dotnet-installer/eng/common/templates/steps/promote-build.yml
dotnet-maestro[bot] 81d199b4d6
Update dependencies from https://github.com/dotnet/arcade build 20190909.10 (#4716)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19459.10
2019-09-10 13:40:10 +00:00

13 lines
414 B
YAML

parameters:
ChannelId: 0
steps:
- task: PowerShell@2
displayName: Add Build to Channel
inputs:
filePath: $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1
arguments: -BuildId $(BARBuildId)
-ChannelId ${{ parameters.ChannelId }}
-MaestroApiAccessToken $(MaestroApiAccessToken)
-MaestroApiEndPoint $(MaestroApiEndPoint)
-MaestroApiVersion $(MaestroApiVersion)