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

Commit 8901c05

Browse files
committed
Turn off continueonerror for build and update
1 parent e689b03 commit 8901c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpipeline/dotnet-standard-win.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
"enabled": true,
23-
"continueOnError": true,
23+
"continueOnError": false,
2424
"alwaysRun": false,
2525
"displayName": "Run script build.cmd",
2626
"timeoutInMinutes": 0,
@@ -61,7 +61,7 @@
6161
},
6262
{
6363
"enabled": true,
64-
"continueOnError": true,
64+
"continueOnError": false,
6565
"alwaysRun": false,
6666
"displayName": "Update dotnet/versions",
6767
"timeoutInMinutes": 0,

0 commit comments

Comments
 (0)