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