Skip to content

Commit f2c05f6

Browse files
committed
Use dotnet build to build Setup
1 parent 8b1549d commit f2c05f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build Windows installer
4848
env:
4949
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
50-
run: msbuild src/Setup -p:Configuration=Release -restore -m
50+
run: dotnet build src/Setup --configuration Release
5151
- name: Publish artifacts
5252
uses: actions/upload-artifact@v7.0.1
5353
with:

0 commit comments

Comments
 (0)