Browse Source

[SL.Core] Fix test path in build command

pull/1087/head
James Jackson-South 8 years ago
parent
commit
f63535f301
  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