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 123e92e commit f1e97d6Copy full SHA for f1e97d6
.github/workflows/build-and-test.yaml
@@ -25,6 +25,9 @@ jobs:
25
- name: Add MSBuild to PATH
26
uses: microsoft/[email protected]
27
28
+ - name: Update NuGet packages
29
+ uses: nuget update
30
+
31
- name: Build
32
working-directory: ${{env.GITHUB_WORKSPACE}}
33
run: msbuild /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} .\Projects\VisualStudio
0 commit comments