File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9595 exit 1
9696 }
9797
98- # Prepare the build script as a string
98+ REM Prepare the build script as a string
9999 $buildScript = @'
100- # Set required environment variables
100+ REM Set required environment variables
101101 set APPINSIGHTS_WIN10_SDK_PATH="C:\Program Files (x86)\Windows Kits\10"
102102 set APPINSIGHTS_VS_PATH=%VsInstallRoot%
103103 set JAVA_HOME=%JAVA_HOME_17_X64%
@@ -153,11 +153,11 @@ jobs:
153153 )
154154 '@
155155
156- # Write the batch script to a file
156+ REM Write the batch script to a file
157157 $batchFile = 'run-cpp-build.bat'
158158 Set-Content -Path $batchFile -Value $buildScript -NoNewline
159159
160- # Call vcvars64.bat and then the batch file (fix quoting for spaces)
160+ REM Call vcvars64.bat and then the batch file (fix quoting for spaces)
161161 & cmd /c "`"$vcvarsPath`" && $batchFile"
162162
163163 - name : Perform CodeQL analysis
Original file line number Diff line number Diff line change 55
66# Intellij
77/.idea /
8+
9+ # Visual Studio
10+ .vs
You can’t perform that action at this time.
0 commit comments