Merge pull request #3172 from joshuaboniface/azure-pre

Send SourceBranch to collect-server.azure.sh
This commit is contained in:
Joshua M. Boniface 2021-11-13 15:30:11 -05:00 committed by GitHub
commit 9c647741ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,4 +119,4 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'inline'
inline: 'sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber)'
inline: 'sudo /srv/repository/collect-server.azure.sh /srv/repository/incoming/azure $(Build.BuildNumber) $(Build.SourceBranch)'