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