Skip to content

Replace deprecated Azure Pipelines Node installer - #5207

Merged
Timothee Guerin (timotheeguerin) merged 6 commits into
mainfrom
copilot/fix-node-js-tool-installer-deprecation
Aug 7, 2026
Merged

Replace deprecated Azure Pipelines Node installer#5207
Timothee Guerin (timotheeguerin) merged 6 commits into
mainfrom
copilot/fix-node-js-tool-installer-deprecation

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

NodeTool@0 is deprecated and no longer maintained. This updates pipeline templates to use UseNode@1.

  • Pipeline updates

    • Replaced NodeTool@0 in build, smoke-test, and regression-test templates.
    • Preserved existing Node version inputs.
  • Regression tests

    • Removed the redundant second Node installer step.
- task: UseNode@1
  inputs:
    versionSpec: ${{ parameters.nodeVersion }}

Copilot AI and others added 3 commits August 6, 2026 22:22
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Comment thread eng/pipelines/templates/build.yaml Outdated
Comment thread eng/pipelines/templates/build.yaml
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown

You may test this build by running autorest --reset and then either:


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/2chns2k5 For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/28chqrhx For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/2chns2k5 --use:https://tinyurl.com/28chqrhx

or use the following in your autorest configuration:
# For changes to autorest core
version: "https://tinyurl.com/2chns2k5"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "https://tinyurl.com/28chqrhx"

If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it.

@timotheeguerin
Timothee Guerin (timotheeguerin) merged commit 178e7e7 into main Aug 7, 2026
11 checks passed
@timotheeguerin
Timothee Guerin (timotheeguerin) deleted the copilot/fix-node-js-tool-installer-deprecation branch August 7, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants