Skip to content

Commit 6a96c26

Browse files
committed
Update to microsoft/setup-msbuild@v2
1 parent 0d37aa3 commit 6a96c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: copy ./tooling/.github/workflows/config/* ./
127127

128128
- name: Add msbuild to PATH
129-
uses: microsoft/setup-msbuild@v1.3.1
129+
uses: microsoft/setup-msbuild@v2
130130

131131
- name: Add project heads to ProjectTemplate
132132
working-directory: ./${{ env.PROJECT_DIRECTORY }}
@@ -182,7 +182,7 @@ jobs:
182182
mkdir ./components
183183
184184
- name: Add msbuild to PATH
185-
uses: microsoft/setup-msbuild@v1.3.1
185+
uses: microsoft/setup-msbuild@v2
186186

187187
# Restore Tools from Manifest list in the Repository
188188
- name: Restore dotnet tools

0 commit comments

Comments
 (0)