summaryrefslogtreecommitdiff
path: root/eng/common/templates/post-build/trigger-subscription.yml
blob: da669030daf6e937aa9f21daed05be796a1a16ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)