Skip to content

Commit 1b79c4e

Browse files
authored
Update build.yml - Update setup-msbuild version
1 parent 639ace5 commit 1b79c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build project
33
on:
44
push:
55
pull_request:
6-
branches: [ "main" ]
6+
branches: [ "master" ]
77
release:
88
types: [published]
99

@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Add MSBuild to PATH
30-
uses: microsoft/setup-msbuild@v1.0.2
30+
uses: microsoft/setup-msbuild@v2
3131

3232
- name: Build
3333
working-directory: ${{env.GITHUB_WORKSPACE}}

0 commit comments

Comments
 (0)