Update codeql.yml

This commit is contained in:
pointfeev
2022-05-17 11:19:52 -05:00
committed by GitHub
parent 2451a63766
commit 0c64a64bf3
+1 -1
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