Skip to content

Commit

Permalink
Add installation steps for Visual Studio 2013 build tools in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent 1c819ec commit aca6817
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- shell: cmd
run: .github\workflows\BuildTools_Full.exe /Passive
- name: Install Visual Studio 2013 - Windows XP build tools
run: |
choco install visualstudio2013community
choco install visualstudio2013-winxp
- run: REG IMPORT .github/workflows/DefaultProjectExtension.reg

Expand Down

0 comments on commit aca6817

Please sign in to comment.