Skip to content

Commit 82dd136

Browse files
authored
Update msbuild.yml
1 parent bf97a19 commit 82dd136

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
@@ -38,10 +38,6 @@ jobs:
3838
- name: Add MSBuild to PATH
3939
uses: microsoft/setup-msbuild@v1.0.2
4040

41-
- name: Restore NuGet packages
42-
working-directory: ${{env.GITHUB_WORKSPACE}}
43-
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
44-
4541
- name: Build
4642
working-directory: ${{env.GITHUB_WORKSPACE}}
4743
# Add additional options to the MSBuild command line here (like platform or verbosity level).

0 commit comments

Comments
 (0)