From fcb8142bca1e21a778b8519450c921d7017d7009 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 2 Mar 2020 11:41:22 -0800 Subject: [PATCH] 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. --- azure-pipelines/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index 8600e4ed..97522498 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -20,7 +20,7 @@ stages: inputs: buildType: 'specific' project: 'ae14e11c-7eb2-46af-b588-471e6116d635' - definition: '60' + definition: '309' specificBuildWithTriggering: true buildVersionToDownload: 'latest' artifactName: 'source' @@ -31,7 +31,7 @@ stages: inputs: buildType: 'specific' project: 'ae14e11c-7eb2-46af-b588-471e6116d635' - definition: '60' + definition: '309' specificBuildWithTriggering: true buildVersionToDownload: 'latest' artifactName: 'drop' @@ -65,4 +65,4 @@ schedules: displayName: Mon-Fri at 7:00 branches: include: - - master \ No newline at end of file + - master