c744d2e81c
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24113.2 -> To Version 8.0.0-beta.24165.4
13 lines
422 B
YAML
13 lines
422 B
YAML
parameters:
|
|
ChannelId: 0
|
|
|
|
steps:
|
|
- task: PowerShell@2
|
|
displayName: Add Build to Channel
|
|
inputs:
|
|
filePath: $(Build.SourcesDirectory)/eng/common/post-build/add-build-to-channel.ps1
|
|
arguments: -BuildId $(BARBuildId)
|
|
-ChannelId ${{ parameters.ChannelId }}
|
|
-MaestroApiAccessToken $(MaestroApiAccessToken)
|
|
-MaestroApiEndPoint $(MaestroApiEndPoint)
|
|
-MaestroApiVersion $(MaestroApiVersion)
|