Skip to content

Commit

Permalink
remove trimmed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed Mar 18, 2024
1 parent 5d3bc96 commit 00dc662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/runtime/csharp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /app
COPY . ./

# Build and publish a release
RUN dotnet publish -c Release -o out --self-contained -p:PublishSingleFile=true -p:PublishTrimmed=true
RUN dotnet publish -c Release -o out --self-contained -p:PublishSingleFile=true

# Build runtime image
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0
Expand Down

0 comments on commit 00dc662

Please sign in to comment.