Skip to content

Commit

Permalink
Add /Passive flag to BuildTools_Full.exe execution in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcwatters committed Dec 2, 2024
1 parent e685149 commit 1c819ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# run: nuget restore ${{env.SOLUTION_FILE_PATH}}

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

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

Expand Down

0 comments on commit 1c819ec

Please sign in to comment.