Skip to content

Commit dc0970d

Browse files
authored
fix msbuild version
1 parent 79ee665 commit dc0970d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16+
- name: Add msbuild to PATH
17+
uses: microsoft/[email protected]
18+
with:
19+
vs-version: '[16.4,16.5)'
20+
1621
- name: setup dotnet
1722
uses: actions/setup-dotnet@v3
1823
with:

0 commit comments

Comments
 (0)