Update codeql.yml
This commit is contained in:
parent
2451a63766
commit
0c64a64bf3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: dotnet restore
|
||||
|
||||
- name: Build
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
run: dotnet build --no-restore --configuration Release /p:UseSharedCompilation=false
|
||||
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||
|
|
Loading…
Reference in a new issue