Send SourceBranch to collect-server.azure.sh

pull/6841/head
Joshua M. Boniface 3 years ago
parent 2f92ee374a
commit fb0f3c3a76

@ -181,7 +181,7 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'commands'
commands: nohup sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) &
commands: nohup sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) $(Build.SourceBranch) &
- job: PublishNuget
displayName: 'Publish NuGet packages'

Loading…
Cancel
Save