From 777b649edc5151d3ff20af8deaf23135377a7c04 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 22 Dec 2016 17:04:08 +1100 Subject: [PATCH] Try configuring with dotnet commands and correct branch --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2af309a71..8c3902cd26 100644 --- a/.travis.yml +++ b/.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 \ No newline at end of file + build_command_prepend: "dotnet restore" + build_command: "dotnet build -c Release" + branch_pattern: master \ No newline at end of file