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 db063b0 commit 866095fCopy full SHA for 866095f
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Build Windows installer
60
env:
61
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
62
- run: dotnet build src/Setup --configuration Release
+ run: dotnet build src/Setup -property:SolutionDir=..\..\..\..\ --configuration Release
63
- name: Publish artifacts
64
uses: actions/[email protected]
65
with:
0 commit comments