Skip to content

Commit

Permalink
converts build-build-tools.yml pipeline to 1ES template (#19319)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanimam authored Jan 30, 2024
1 parent 88d00ab commit 4b78959
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions tools/pipelines/build-build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ trigger:
- .prettierignore
- build-tools
- tools/pipelines/build-build-tools.yml
- tools/pipelines/templates/build-npm-package.yml
- tools/pipelines/templates/1ES/build-npm-package.yml
- tools/pipelines/templates/include-set-package-version.yml
- tools/pipelines/templates/include-vars.yml
- tools/pipelines/templates/include-install-pnpm.yml
- tools/pipelines/templates/include-publish-npm-package.yml
- tools/pipelines/templates/include-publish-npm-package-deployment.yml
- tools/pipelines/templates/1ES/include-publish-npm-package.yml
- tools/pipelines/templates/1ES/include-publish-npm-package-deployment.yml
- tools/pipelines/templates/include-publish-npm-package-steps.yml
- tools/pipelines/templates/include-use-node-version.yml
- tools/pipelines/templates/include-process-test-results.yml
Expand All @@ -72,17 +72,25 @@ pr:
- .prettierignore
- build-tools
- tools/pipelines/build-build-tools.yml
- tools/pipelines/templates/build-npm-package.yml
- tools/pipelines/templates/1ES/build-npm-package.yml
- tools/pipelines/templates/include-set-package-version.yml
- tools/pipelines/templates/include-vars.yml
- tools/pipelines/templates/include-install-pnpm.yml
- tools/pipelines/templates/include-use-node-version.yml
- tools/pipelines/templates/include-process-test-results.yml
- scripts/*

variables:
- template: /tools/pipelines/templates/include-vars.yml@self
parameters:
publishOverride: '${{ parameters.publishOverride }}'
releaseBuildOverride: '${{ parameters.releaseBuildOverride }}'
buildNumberInPatch: ''

extends:
template: templates/build-npm-package.yml
template: /tools/pipelines/templates/1ES/build-npm-package.yml@self
parameters:
publish: ${{ variables.publish }}
publishOverride: ${{ parameters.publishOverride }}
releaseBuildOverride: ${{ parameters.releaseBuildOverride }}
buildToolsVersionToInstall: ${{ parameters.buildToolsVersionToInstall }}
Expand All @@ -99,7 +107,7 @@ extends:
- test:copyresults
taskLint: true
taskLintName: ci:eslint
poolBuild: Large
poolBuild: NewLarge-linux-1ES
checkoutSubmodules: true
taskBundleAnalysis: false
checks:
Expand Down

0 comments on commit 4b78959

Please sign in to comment.