We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf97a19 commit 82dd136Copy full SHA for 82dd136
.github/workflows/msbuild.yml
@@ -38,10 +38,6 @@ jobs:
38
- name: Add MSBuild to PATH
39
uses: microsoft/setup-msbuild@v1.0.2
40
41
- - name: Restore NuGet packages
42
- working-directory: ${{env.GITHUB_WORKSPACE}}
43
- run: nuget restore ${{env.SOLUTION_FILE_PATH}}
44
-
45
- name: Build
46
working-directory: ${{env.GITHUB_WORKSPACE}}
47
# Add additional options to the MSBuild command line here (like platform or verbosity level).
0 commit comments