Skip to content

Commit

Permalink
use sln path instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed May 27, 2023
1 parent fbffd3f commit 9ce066e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Nuget
uses: Nuget/setup-nuget@v1.0.5
- name: Restore Nuget packages
run: nuget restore .\Source\Conduit.csproj
run: nuget restore .\Source\Conduit.sln
- name: Build Debug
run: msbuild .\Source\Conduit.sln /t:build /p:Configuration=Debug
- name: Build Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Nuget
uses: Nuget/setup-nuget@v1.0.5
- name: Restore Nuget packages
run: nuget restore .\Source\Conduit.csproj
run: nuget restore .\Source\Conduit.sln
- name: Build Release
run: msbuild .\Source\Conduit.sln /t:build /p:Configuration=Release
- name: Create NSIS installer
Expand Down

0 comments on commit 9ce066e

Please sign in to comment.