This commit is contained in:
Scott Williams 2017-03-08 17:22:21 +00:00
Родитель 8d1bcc98a8
Коммит 4613a1b6fd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,8 @@ nuget restore packages.config -PackagesDirectory .
cd ..\SixLabors.Shapes.Tests
dotnet restore SixLabors.Shapes.Tests.csproj
dotnet build SixLabors.Shapes.Tests.csproj -c Release /p:codecov=true
dotnet build SixLabors.Shapes.Tests.csproj --no-incremental -c Release /p:codecov=true
cd ..
cd ..