summaryrefslogtreecommitdiff
path: root/eng/common
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-04-23 12:22:38 +0000
committerRuss Keldorph <russ.keldorph@microsoft.com>2019-04-24 13:04:12 -0700
commitbc8eebc343824ea730692ab28fde22cddc723255 (patch)
tree2285d25c468bce2e4a482692746e53a9f8bf8c01 /eng/common
parentc2f33e922c1ecaaea9e9171c6044591bbc0713b2 (diff)
downloadcoreclr-bc8eebc343824ea730692ab28fde22cddc723255.tar.gz
coreclr-bc8eebc343824ea730692ab28fde22cddc723255.tar.bz2
coreclr-bc8eebc343824ea730692ab28fde22cddc723255.zip
Update dependencies from https://github.com/dotnet/arcade build 20190422.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19222.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19222.2
Diffstat (limited to 'eng/common')
-rw-r--r--eng/common/templates/steps/send-to-helix.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/templates/steps/send-to-helix.yml b/eng/common/templates/steps/send-to-helix.yml
index 7c185e9414..d1ce577db5 100644
--- a/eng/common/templates/steps/send-to-helix.yml
+++ b/eng/common/templates/steps/send-to-helix.yml
@@ -23,7 +23,7 @@ parameters:
WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget."
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
Creator: '' # optional -- if the build is external, use this to specify who is sending the job
- DisplayNamePrefix: 'Send job to Helix' # optional -- rename the beginning of the displayName of the steps in AzDO
+ DisplayNamePrefix: 'Run Tests' # optional -- rename the beginning of the displayName of the steps in AzDO
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false