Skip to content

Commit 8247d16

Browse files
committed
do not bundle dotnet
1 parent bbaba38 commit 8247d16

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
dotnet publish ${{ env.PROJECT_FOLDER}}/${{ env.PROJECT_NAME }} \
7272
-c ${{ env.CONFIGURATION }} \
7373
-r ${{ matrix.rid }} \
74-
-p:PublishSingleFile=true \
75-
-p:IncludeNativeLibrariesForSelfExtract=true \
76-
-p:IncludeAllContentForSelfExtract=true \
77-
-p:SelfContained=true \
78-
-p:EnableCompressionInSingleFile=true \
79-
-p:DebugType=embedded \
8074
-p:Version=${{ steps.gitversion.outputs.SemVer }} \
8175
-p:AssemblyVersion=${{ steps.gitversion.outputs.AssemblySemFileVer }} \
8276
-o bin

0 commit comments

Comments
 (0)