Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Always run end.ps1/sh
Browse files Browse the repository at this point in the history
Always run end.ps1/sh
  • Loading branch information
riarenas authored Jul 11, 2018
2 parents 69120f8 + 0652864 commit 44454c1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-Linux-Crossbuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"continueOnError": true,
"displayName": "run end.sh",
"timeoutInMinutes": 0,
"condition": "always()",
"alwaysRun": true,
"task": {
"id": "10f1f9a1-74b0-47ab-87bf-e3c9c68e8b0d",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-Linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
"continueOnError": true,
"displayName": "run end.sh",
"timeoutInMinutes": 0,
"condition": "always()",
"alwaysRun": true,
"task": {
"id": "10f1f9a1-74b0-47ab-87bf-e3c9c68e8b0d",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-OSX.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
"continueOnError": true,
"displayName": "run end.sh",
"timeoutInMinutes": 0,
"condition": "always()",
"alwaysRun": true,
"task": {
"id": "10f1f9a1-74b0-47ab-87bf-e3c9c68e8b0d",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-CoreFx-Trusted-Windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-Trusted-Publish-Symbols.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-Trusted-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
Expand Down
1 change: 1 addition & 0 deletions buildpipeline/DotNet-Trusted-Tests-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
Expand Down

0 comments on commit 44454c1

Please sign in to comment.