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 b020ed0 commit 1499a3dCopy full SHA for 1499a3d
.github/workflows/build.yaml
@@ -78,10 +78,10 @@ jobs:
78
run: dotnet restore
79
80
- name: Build
81
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --configuration Release --no-restore --runtime win-x64
82
83
- name: Publish
84
- run: dotnet publish --configuration Release --output ./publish
+ run: dotnet publish --configuration Release --output ./publish --runtime win-x64
85
86
- name: Build and push static web package
87
run: |
0 commit comments