diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c1256877..b271f9f2 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'