Skip to content

Commit

Permalink
Replace Visual Studio 2013 installation steps with Microsoft Build To…
Browse files Browse the repository at this point in the history
…ols installation in msbuild.yml
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent aca6817 commit 7896ade
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- name: Install Visual Studio 2013 - Windows XP build tools
run: |
choco install visualstudio2013community
choco install visualstudio2013-winxp
- run: choco install microsoft-build-tools-2013

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

Expand Down

0 comments on commit 7896ade

Please sign in to comment.