We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb69712 commit d21da23Copy full SHA for d21da23
.github/workflows/dotnet.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet test
45
working-directory: Source/${{ env.SOLUTION_DIR }}
46
47
- - name: Publish (Windows)
+ - name: Publish
48
run: dotnet publish ${{ env.PROJECT }} -c Release -o ${{matrix.OUTPUTDIR}} -p:PublishReadyToRun=true --self-contained true -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:UseAppHost=true -r ${{matrix.RUNTIMEID}}
49
50
0 commit comments