Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Turn off continueonerror for build and update
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Apr 6, 2018
1 parent e689b03 commit 8901c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpipeline/dotnet-standard-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"enabled": true,
"continueOnError": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Run script build.cmd",
"timeoutInMinutes": 0,
Expand Down Expand Up @@ -61,7 +61,7 @@
},
{
"enabled": true,
"continueOnError": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Update dotnet/versions",
"timeoutInMinutes": 0,
Expand Down

0 comments on commit 8901c05

Please # to comment.