Skip to content

Commit ff60536

Browse files
authored
Add MSBuild setup to CI workflow
1 parent 47a1468 commit ff60536

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cibuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
- name: Add MSBuild to PATH
3838
uses: microsoft/setup-msbuild@v2.0.0
39+
with:
40+
vs-version: 'latest'
41+
vs-prerelease: true
3942

4043
- name: Clear NuGet cache
4144
run: nuget locals all -clear

0 commit comments

Comments
 (0)