Try it as a stage variable.

This commit is contained in:
Michael Yanni 2024-03-19 10:09:16 -07:00
parent b1274e228e
commit a2387eaa85

View file

@ -12,8 +12,6 @@ trigger:
variables:
- name: _PublishUsingPipelines
value: false
- name: _OneESPT
value: true
- ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), eq(variables['Build.Reason'], 'Manual')) }}:
- name: PostBuildSign
value: false
@ -76,6 +74,9 @@ extends:
- ES365AIMigrationTooling
stages:
- stage: Build
variables:
- name: _OneESPT
value: true
jobs:
# Build Retry Configuration
- job: Publish_Build_Configuration