Skip to content

Commit

Permalink
manual mode msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
brondavies committed Nov 5, 2024
1 parent c291b6d commit 41db685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
matrix:
include:
- language: csharp
build-mode: autobuild
build-mode: manual
ArchList: x64
Platform: x64
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
Expand Down Expand Up @@ -78,6 +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"
cd src\TrayToolbar
msbuild TrayToolbar.sln /p:Configuration=Release /p:Platform=x64
Expand Down

0 comments on commit 41db685

Please sign in to comment.