Merge pull request #2481 from Tyriar/2154_force_release_var

Allow builds to specify a force release var
This commit is contained in:
Daniel Imms
2019-10-17 10:28:34 -07:00
committed by GitHub
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
- Windows
- Linux_IntegrationTests
- macOS_IntegrationTests
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/release/*')))
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['FORCE_RELEASE'], 'true')))
pool:
vmImage: 'ubuntu-16.04'
steps: