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 019aaeb commit efad031Copy full SHA for efad031
.github/workflows/msbuild.yml
@@ -25,10 +25,6 @@ jobs:
25
- name: Add MSBuild to PATH
26
uses: microsoft/setup-msbuild@v1.0.2
27
28
- - name: Restore NuGet packages
29
- working-directory: ${{env.GITHUB_WORKSPACE}}
30
- run: nuget restore ${{env.SOLUTION_FILE_PATH}}
31
-
32
- name: Build
33
working-directory: ${{env.GITHUB_WORKSPACE}}
34
# Add additional options to the MSBuild command line here (like platform or verbosity level).
0 commit comments