Skip to content

Commit 3721969

Browse files
committed
Update MSBuild setup to version 2 in GitHub Actions
The workflow file has been modified to use `microsoft/setup-msbuild@v2` instead of `v1`. This ensures compatibility with the latest features and improvements offered in the updated action.
1 parent fe7efc3 commit 3721969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Setup MSBuild
2222
- name: Setup MSBuild
23-
uses: microsoft/setup-msbuild@v1
23+
uses: microsoft/setup-msbuild@v2
2424

2525
# Setup NuGet
2626
- name: Setup NuGet

0 commit comments

Comments
 (0)