From ad6dc3a9484c58d3201403438cb8ee2ca020a215 Mon Sep 17 00:00:00 2001 From: Matthew Erbs Date: Sat, 11 Jun 2016 18:58:25 +1000 Subject: [PATCH] Moved to build perf tests only. --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index 73ccae8d6..8347e21cb 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -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