We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded6c47 commit 87bc9b2Copy full SHA for 87bc9b2
.github/workflows/unit-testing.yml
@@ -29,7 +29,7 @@ jobs:
29
dotnet-version: 9.0.x
30
31
- name: Add MSBuild to PATH
32
- uses: microsoft/setup-msbuild@v1
+ uses: microsoft/setup-msbuild@v2
33
34
- name: Restore
35
run: msbuild ${{ env.SOLUTION_NAME }} /t:Restore
0 commit comments