Skip to content

Commit ebeade0

Browse files
Set IsReleaseBuild only for non-integration builds (#919)
1 parent b681bc6 commit ebeade0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ steps:
3737
displayName: 'Set IsReleaseBuild variable'
3838
env:
3939
BuildSourceBranch: $(Build.SourceBranch)
40+
condition: eq(variables['UPLOADPACKAGETOPRERELEASEFEED'], 'false')
4041

4142
- pwsh: ./build.ps1 -NoBuild -Bootstrap
4243
displayName: 'Running ./build.ps1 -NoBuild -Bootstrap'

0 commit comments

Comments
 (0)