Skip to content

Commit

Permalink
Reintroduce step to run BuildTools_Full.exe in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent e38cd70 commit e685149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
runs-on: windows-latest

steps:
- shell: cmd
run: .github\workflows\BuildTools_Full.exe

- uses: actions/checkout@v4

- name: Add MSBuild to PATH
Expand All @@ -40,6 +37,9 @@ jobs:
# working-directory: ${{env.GITHUB_WORKSPACE}}
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

- shell: cmd
run: .github\workflows\BuildTools_Full.exe

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

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

0 comments on commit e685149

Please sign in to comment.