Skip to content

Commit

Permalink
add msbuild to path (pwsh)
Browse files Browse the repository at this point in the history
  • Loading branch information
brondavies committed Nov 5, 2024
1 parent cacbf41 commit 47e8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
run: |
set ^"PATH=%PATH%;C:\Program^ Files\Microsoft^ Visual^ Studio\2022\Enterprise\MSBuild\Current\Bin^"
$env:PATH += ^";C:\Program^ Files\Microsoft^ Visual^ Studio\2022\Enterprise\MSBuild\Current\Bin^"
cd src\TrayToolbar
msbuild TrayToolbar.sln /p:Configuration=Debug /p:Platform=x64
Expand Down

0 comments on commit 47e8f25

Please sign in to comment.