Skip to content

Commit 866095f

Browse files
committed
Specify solution dir
1 parent db063b0 commit 866095f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build Windows installer
6060
env:
6161
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
62-
run: dotnet build src/Setup --configuration Release
62+
run: dotnet build src/Setup -property:SolutionDir=..\..\..\..\ --configuration Release
6363
- name: Publish artifacts
6464
uses: actions/[email protected]
6565
with:

0 commit comments

Comments
 (0)