Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-26 16:03:16 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-27 15:21:36 +0300
commit6ae04f597d0100a7555d71068bc47c687208b489 (patch)
tree9aa34618e636cd66ff0abc3736344dd5e3cf2bf5 /eng/common/templates/post-build/setup-maestro-vars.yml
parent814d20db9155ec568009e7f4374f386bcfd32977 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190626.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.2
Diffstat (limited to 'eng/common/templates/post-build/setup-maestro-vars.yml')
-rw-r--r--eng/common/templates/post-build/setup-maestro-vars.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eng/common/templates/post-build/setup-maestro-vars.yml b/eng/common/templates/post-build/setup-maestro-vars.yml
index 0eddd6cd3b7..f6120dc1e1c 100644
--- a/eng/common/templates/post-build/setup-maestro-vars.yml
+++ b/eng/common/templates/post-build/setup-maestro-vars.yml
@@ -28,10 +28,8 @@ jobs:
$Channels = ""
$Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," }
- $IsInternalBuild = $Content | Select -Index 2
- $IsStableBuild = $Content | Select -Index 3
+ $IsStableBuild = $Content | Select -Index 2
Write-PipelineSetVariable -Name 'BARBuildId' -Value $BarId
Write-PipelineSetVariable -Name 'InitialChannels' -Value "$Channels"
- Write-PipelineSetVariable -Name 'IsInternalBuild' -Value $IsInternalBuild
Write-PipelineSetVariable -Name 'IsStableBuild' -Value $IsStableBuild