From 2a4e513d1af7685fdae8278c9871a916f72c09ef Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 6 Dec 2018 14:42:46 -0800 Subject: [PATCH] Revert "Attempt to re-enable BAR publishing" This reverts commit 5c19d97ed0cd36acc1e649c497295d2e15ef58d5. --- azure-pipelines.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5011b17768..b20358268c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -181,14 +181,4 @@ phases: continueOnError: true condition: always() variables: - _HelixBuildConfig: $(_BuildConfig) - -- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), contains(variables['Build.DefinitionName'], 'official')) }}: - - template: /eng/common/templates/phases/publish-build-assets.yml - parameters: - dependsOn: - - Windows - - macOS - - Linux - queue: - name: Hosted VS2017 \ No newline at end of file + _HelixBuildConfig: $(_BuildConfig) \ No newline at end of file