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

Commit f6cd4db

Browse files
Fix test path in build command
1 parent 02ba06c commit f6cd4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if not "%GitVersion_NuGetVersion%" == "" (
1414
)
1515
if not "%errorlevel%"=="0" goto failure
1616

17-
dotnet test ./tests/SixLabors.Core.Tests/SixLabors.Primitives.Tests.csproj
17+
dotnet test ./tests/SixLabors.Core.Tests/SixLabors.Core.Tests.csproj
1818

1919

2020
if not "%GitVersion_NuGetVersion%" == "" (

0 commit comments

Comments
 (0)