Skip to content

Commit 1039619

Browse files
authored
Update build.yml
Change to setup-msbuild@v1 - should fix some node warnings
1 parent 06eb06a commit 1039619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: tar -C ./webApp -xvf webapp.tar
9090

9191
- name: Add MSBuild to PATH
92-
uses: microsoft/setup-msbuild@v1.0.2
92+
uses: microsoft/setup-msbuild@v1
9393

9494
- name: Restore NuGet packages
9595
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)