We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e338b0c commit 011908dCopy full SHA for 011908d
Build.ps1
@@ -33,7 +33,3 @@ Write-Output "build: Testing"
33
& dotnet test test\Serilog.Formatting.Compact.Tests --configuration Release --no-build --no-restore
34
35
if($LASTEXITCODE -ne 0) { throw 'unit tests failed' }
36
-
37
-# & dotnet test test\Serilog.Formatting.Compact.ApprovalTests --configuration Release --no-build --no-restore
38
39
-# if($LASTEXITCODE -ne 0) { throw 'approval tests failed' }
0 commit comments