This commit is contained in:
Michael Yanni 2024-03-19 11:16:17 -07:00
parent 44ffcae8da
commit e015c4d585
2 changed files with 3 additions and 1 deletions

View file

@ -74,6 +74,8 @@ extends:
- ES365AIMigrationTooling
stages:
- stage: Build
variables:
DoesThisDoAnything: common/templates-official/job/job.yml
jobs:
# Build Retry Configuration
- job: Publish_Build_Configuration

View file

@ -77,7 +77,7 @@ parameters:
default: common/templates/job/job.yml
jobs:
- template: ${{ parameters.jobTemplatePath }}
- template: ${{ variables.DoesThisDoAnything }}
parameters:
# Set up the name of the job.
${{ if parameters.pgoInstrument }}: