We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b681bc6 commit ebeade0Copy full SHA for ebeade0
azure-pipelines.yml
@@ -37,6 +37,7 @@ steps:
37
displayName: 'Set IsReleaseBuild variable'
38
env:
39
BuildSourceBranch: $(Build.SourceBranch)
40
+ condition: eq(variables['UPLOADPACKAGETOPRERELEASEFEED'], 'false')
41
42
- pwsh: ./build.ps1 -NoBuild -Bootstrap
43
displayName: 'Running ./build.ps1 -NoBuild -Bootstrap'
0 commit comments