Browse Source

Try configuring with dotnet commands and correct branch

af/merge-core
James Jackson-South 10 years ago
parent
commit
3cc3749c3b
  1. 6
      .travis.yml

6
.travis.yml

@ -20,6 +20,6 @@ addons:
name: "JimBobSquarePants/ImageSharp"
description: "Build submitted via Travis CI"
notification_email: james_south@hotmail.com
build_command_prepend: "msbuild /t:Clean"
build_command: "msbuild /t:Rebuild"
branch_pattern: coverity_scan
build_command_prepend: "dotnet restore"
build_command: "dotnet build -c Release"
branch_pattern: master
Loading…
Cancel
Save