diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d6b0bd58f..3274f762e 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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 diff --git a/eng/build.yml b/eng/build.yml index 1a2c145e4..7f0722528 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -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 }}: