Update codeql.yml

This commit is contained in:
pointfeev 2022-05-17 11:19:52 -05:00 committed by GitHub
parent 2451a63766
commit 0c64a64bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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