2019-06-28 13:15:43 +00:00
|
|
|
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 }}
|
2019-07-27 12:35:24 +00:00
|
|
|
-MaestroApiAccessToken $(MaestroAccessToken)
|
|
|
|
-MaestroApiEndPoint $(MaestroApiEndPoint)
|
|
|
|
-MaestroApiVersion $(MaestroApiVersion)
|