Skip to content

Commit

Permalink
Update msbuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrit-amagno committed Aug 27, 2024
1 parent 3f914c2 commit 14ef9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: powershell
run: powershell -file .\$GITHUB_WORKSPACE\Set-Version.ps1
- name: Add MSBuild to the PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Restore the application
run: msbuild $env:solution /m /t:Restore /p:Configuration=$env:configuration
- name: Build solution
Expand Down

0 comments on commit 14ef9e8

Please sign in to comment.