Skip to content

Commit 5e41b9f

Browse files
authored
Merge pull request #18 from ax-meyer/dependabot/github_actions/microsoft/setup-msbuild-2.0.0
Bump microsoft/setup-msbuild from 1.3.2 to 2.0.0
2 parents fd8fe51 + b3143b1 commit 5e41b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: 7.0.x
1919

2020
- name: Add msbuild to PATH
21-
uses: microsoft/setup-msbuild@v1.3.2
21+
uses: microsoft/setup-msbuild@v2.0.0
2222

2323
- name: Build
2424
run: |

0 commit comments

Comments
 (0)