Skip to content

Commit 011908d

Browse files
author
Peter Metz
committed
from build.ps1 removed commented out code
1 parent e338b0c commit 011908d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ Write-Output "build: Testing"
3333
& dotnet test test\Serilog.Formatting.Compact.Tests --configuration Release --no-build --no-restore
3434

3535
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

Comments
 (0)