Skip to content

Commit

Permalink
Fix placeholder name in nuget restore packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPepperpot committed Jun 21, 2024
1 parent e0016b2 commit 1eb0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: NuGet/setup-nuget@v2

- name: Restore Packages
run: nuget restore MySolution.sln
run: nuget restore IndustrialPark.sln

- name: Build solution
run: msbuild IndustrialPark.sln -t:rebuild -property:Configuration=Release -property:platform="Any CPU"

0 comments on commit 1eb0b97

Please sign in to comment.