Please
This commit is contained in:
parent
44ffcae8da
commit
e015c4d585
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}:
|
||||
|
|
Loading…
Reference in a new issue