Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trigger-subscription.yml « post-build « templates « common « eng - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)