Skip to content

Commit a5506d8

Browse files
author
Edoardo Pirovano
committed
Output environment file for Windows
1 parent ef38c53 commit a5506d8

8 files changed

Lines changed: 102 additions & 33 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,10 @@ jobs:
465465
466466
- name: Build code
467467
shell: powershell
468+
# Note we want to make sure that the .win32env file is read correctly, so we unset the CODEQL_EXTRACTOR_CSHARP_ROOT from the .sh file.
468469
run: |
469470
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
471+
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
470472
& $Env:CODEQL_RUNNER dotnet build
471473
472474
- name: Run analyze

lib/tracer-config.js

Lines changed: 35 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tracer-config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tracer-config.test.js

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)