Skip to content

Commit

Permalink
Merge pull request #495 from edoardopirovano/windows-env-file
Browse files Browse the repository at this point in the history
Output environment file for Windows
  • Loading branch information
adityasharad authored May 10, 2021
2 parents 458b791 + 84b6ff0 commit 4c0671c
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,10 @@ jobs:
- name: Build code
shell: powershell
# 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.
run: |
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
& $Env:CODEQL_RUNNER dotnet build
- name: Run analyze
Expand Down
48 changes: 35 additions & 13 deletions lib/tracer-config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tracer-config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions lib/tracer-config.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c0671c

Please sign in to comment.