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 b2459ff commit 4c7a76eCopy full SHA for 4c7a76e
.github/workflows/dotnet-windows.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Build Sample app (Windows)
57
run: |
58
- dotnet build ${{env.SAMPLE_CSPROJ}} -c Release -f net9.0-windows10.0.19041.0 -p:WindowsPackageType=None -p:RuntimeIdentifier=win-x64
+ dotnet build ${{env.SAMPLE_CSPROJ}} -c Release -f net9.0-windows10.0.19041.0 -p:WindowsPackageType=None -p:RuntimeIdentifier=win-x64 -p:SelfContained=false
59
shell: cmd
60
61
# Android builds using dotnet build
0 commit comments