From f63535f3014ad8b15dcbb3a006366b469fefadf5 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 eaa54e861..e55aad06f 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%" == "" (