Skip to content

Commit

Permalink
Use correct nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
knah committed May 25, 2021
1 parent 8f93c76 commit e1b7320
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
uses: actions/checkout@v2
- name: Setup msbuild
uses: microsoft/[email protected]
- name: Install dependencies
run: msbuild -t:restore
- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore VRCMelonAssistant.sln
- name: Build project
run: msbuild VRCMelonAssistant/VRCMelonAssistant.csproj /t:Build /p:Configuration=Release
- name: Cleanup release
Expand Down

0 comments on commit e1b7320

Please sign in to comment.