Browse Source

[SL.Core] Fix test path in build command

af/octree-no-pixelmap
James Jackson-South 9 years ago
parent
commit
e5537c5c91
  1. 2
      build.cmd

2
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%" == "" (

Loading…
Cancel
Save