Skip to content

Commit efad031

Browse files
authored
Update msbuild.yml
Don't need anything from NuGet.
1 parent 019aaeb commit efad031

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/msbuild.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
- name: Add MSBuild to PATH
2626
uses: microsoft/setup-msbuild@v1.0.2
2727

28-
- name: Restore NuGet packages
29-
working-directory: ${{env.GITHUB_WORKSPACE}}
30-
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
31-
3228
- name: Build
3329
working-directory: ${{env.GITHUB_WORKSPACE}}
3430
# Add additional options to the MSBuild command line here (like platform or verbosity level).

0 commit comments

Comments
 (0)