cff0723064
* Update dependencies from https://github.com/dotnet/arcade build 20190725.15 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19375.15 * Update dependencies from https://github.com/dotnet/arcade build 20190726.18 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19376.18
13 lines
435 B
YAML
13 lines
435 B
YAML
parameters:
|
|
ChannelId: 0
|
|
|
|
steps:
|
|
- task: PowerShell@2
|
|
displayName: Triggering subscriptions
|
|
inputs:
|
|
filePath: $(Build.SourcesDirectory)/eng/common/post-build/trigger-subscriptions.ps1
|
|
arguments: -SourceRepo $(Build.Repository.Uri)
|
|
-ChannelId ${{ parameters.ChannelId }}
|
|
-MaestroApiAccessToken $(MaestroAccessToken)
|
|
-MaestroApiEndPoint $(MaestroApiEndPoint)
|
|
-MaestroApiVersion $(MaestroApiVersion)
|