Skip to content

Commit 3a99280

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
testing build fix
1 parent d660785 commit 3a99280

30 files changed

+2713
-2
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
$batchFile = 'run-cpp-build.bat'
158158
Set-Content -Path $batchFile -Value $buildScript -NoNewline
159159
160-
# Call vcvars64.bat and then the batch file
161-
& cmd /c "\"$vcvarsPath\" && $batchFile"
160+
# Call vcvars64.bat and then the batch file (fix quoting)
161+
& cmd /c "$vcvarsPath && $batchFile"
162162
163163
- name: Perform CodeQL analysis
164164
uses: github/codeql-action/analyze@v3
520 KB
Binary file not shown.
Binary file not shown.

.vs/ApplicationInsights-Java.slnx/v18/Int Preview/Browse.VC.db-wal

Whitespace-only changes.
36 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)