We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbaba38 commit 8247d16Copy full SHA for 8247d16
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -71,12 +71,6 @@ jobs:
71
dotnet publish ${{ env.PROJECT_FOLDER}}/${{ env.PROJECT_NAME }} \
72
-c ${{ env.CONFIGURATION }} \
73
-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 \
80
-p:Version=${{ steps.gitversion.outputs.SemVer }} \
81
-p:AssemblyVersion=${{ steps.gitversion.outputs.AssemblySemFileVer }} \
82
-o bin
0 commit comments