Skip to content

Commit

Permalink
Add 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 9876377 commit 2a180b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .github/workflows/BuildTools_Full.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
runs-on: windows-latest

steps:
- run: .github/workflows/BuildTools_Full.exe

- uses: actions/checkout@v4

- name: Add MSBuild to PATH
Expand Down

0 comments on commit 2a180b9

Please sign in to comment.