Skip to content

Commit 4c0671c

Browse files
authored
Merge pull request #495 from edoardopirovano/windows-env-file
Output environment file for Windows
2 parents 458b791 + 84b6ff0 commit 4c0671c

8 files changed

+102
-33
lines changed

Diff for: .github/workflows/pr-checks.yml

+2
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

Diff for: lib/tracer-config.js

+35-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/tracer-config.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/tracer-config.test.js

+11-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)