[edit] msbuild

This commit is contained in:
Nikolay Molchanov 2017-07-14 21:21:15 +03:00
parent d33586b728
commit f7ba2532fd

View File

@ -5,9 +5,12 @@ image: Visual Studio 2017
configuration: Release
build:
parallel: true
parallel: false
project: Flurl.sln
before_build:
- cmd: dotnet restore -v m
test_script:
- cmd: call cmd /C "cd .\build & test.cmd"