Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ravn/RunCPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ravn committed Dec 3, 2023
2 parents f58f8a2 + 089b8ee commit 23930e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
# not needed and takes time
# - name: Restore NuGet packages
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 23930e9

Please sign in to comment.