From 39d94e544aed2224c3731abe43b5ecd1d7dc7460 Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Mon, 27 Feb 2023 19:18:50 -0800 Subject: [PATCH] Set IsReleaseBuild only for non-integration builds --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ca84c936..51c6f2a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,6 +37,7 @@ steps: displayName: 'Set IsReleaseBuild variable' env: BuildSourceBranch: $(Build.SourceBranch) + condition: eq(variables['UPLOADPACKAGETOPRERELEASEFEED'], 'false') - pwsh: ./build.ps1 -NoBuild -Bootstrap displayName: 'Running ./build.ps1 -NoBuild -Bootstrap'