Skip to content

Commit

Permalink
Add step to install Microsoft Build Tools 2013 in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent 2019d76 commit 47dab08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Install Microsoft Build Tools 2013
run: choco install microsoft-build-tools --version=12.0.21005.1

- run: REG IMPORT .github/workflows/DefaultProjectExtension.reg

- working-directory: ./mp/src
Expand Down

0 comments on commit 47dab08

Please sign in to comment.