Skip to content

Commit

Permalink
Update build script to update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgramMax committed Oct 29, 2024
1 parent 123e92e commit f1e97d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2

- name: Update NuGet packages
uses: nuget update

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }} .\Projects\VisualStudio
Expand Down

0 comments on commit f1e97d6

Please sign in to comment.