Update to use new pipeline build definition (#930)

This should really be combined into a single pipeline file with the build like we do for ADS but for now just fixing this so we can have the releases published again.
This commit is contained in:
Charles Gagnon
2020-03-02 11:41:22 -08:00
committed by GitHub
parent 005457813d
commit fcb8142bca

View File

@@ -20,7 +20,7 @@ stages:
inputs: inputs:
buildType: 'specific' buildType: 'specific'
project: 'ae14e11c-7eb2-46af-b588-471e6116d635' project: 'ae14e11c-7eb2-46af-b588-471e6116d635'
definition: '60' definition: '309'
specificBuildWithTriggering: true specificBuildWithTriggering: true
buildVersionToDownload: 'latest' buildVersionToDownload: 'latest'
artifactName: 'source' artifactName: 'source'
@@ -31,7 +31,7 @@ stages:
inputs: inputs:
buildType: 'specific' buildType: 'specific'
project: 'ae14e11c-7eb2-46af-b588-471e6116d635' project: 'ae14e11c-7eb2-46af-b588-471e6116d635'
definition: '60' definition: '309'
specificBuildWithTriggering: true specificBuildWithTriggering: true
buildVersionToDownload: 'latest' buildVersionToDownload: 'latest'
artifactName: 'drop' artifactName: 'drop'