Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
Fix test path in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Nov 17, 2017
1 parent 02ba06c commit f6cd4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%" == "" (
Expand Down

0 comments on commit f6cd4db

Please sign in to comment.