Skip to content

Commit f1e97d6

Browse files
committed
Update build script to update NuGet packages
1 parent 123e92e commit f1e97d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Add MSBuild to PATH
2626
uses: microsoft/[email protected]
2727

28+
- name: Update NuGet packages
29+
uses: nuget update
30+
2831
- name: Build
2932
working-directory: ${{env.GITHUB_WORKSPACE}}
3033
run: msbuild /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} .\Projects\VisualStudio

0 commit comments

Comments
 (0)