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 8b1549d commit f2c05f6Copy full SHA for f2c05f6
1 file changed
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build Windows installer
48
env:
49
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
50
- run: msbuild src/Setup -p:Configuration=Release -restore -m
+ run: dotnet build src/Setup --configuration Release
51
- name: Publish artifacts
52
uses: actions/upload-artifact@v7.0.1
53
with:
0 commit comments