You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
435 B
13 lines
435 B
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)
|
|
|