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