From e5537c5c918ee6f05d31532bc95db78e5e904af5 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 17 Nov 2017 19:44:56 +1100 Subject: [PATCH] [SL.Core] Fix test path in build command --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index eaa54e8616..e55aad06ff 100644 --- a/build.cmd +++ b/build.cmd @@ -14,7 +14,7 @@ if not "%GitVersion_NuGetVersion%" == "" ( ) if not "%errorlevel%"=="0" goto failure -dotnet test ./tests/SixLabors.Core.Tests/SixLabors.Primitives.Tests.csproj +dotnet test ./tests/SixLabors.Core.Tests/SixLabors.Core.Tests.csproj if not "%GitVersion_NuGetVersion%" == "" (