Skip to content

Commit

Permalink
Moved to build perf tests only.
Browse files Browse the repository at this point in the history
  • Loading branch information
merbla committed Jun 11, 2016
1 parent ba8ac46 commit ad6dc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if($LASTEXITCODE -ne 0) { exit 2 }
Pop-Location
Push-Location test/Serilog.PerformanceTests

& dotnet test -c Release
& dotnet build -c Release
if($LASTEXITCODE -ne 0) { exit 2 }

Pop-Location
Expand Down

0 comments on commit ad6dc3a

Please sign in to comment.