add call operator

This commit is contained in:
Robert 2021-01-12 11:44:25 +00:00
parent a432f684f7
commit 70733e4ae5

View file

@ -372,7 +372,7 @@ jobs:
shell: powershell
run: |
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
$Env:CODEQL_RUNNER dotnet build
& $Env:CODEQL_RUNNER dotnet build
- name: Run analyze
run: |