From 28bd8607191b8edabb08f585af576d34e2002801 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Wed, 1 Jul 2026 12:54:05 -0700 Subject: [PATCH] Opt container startup into Node 24 Set the Azure Pipelines container startup knob so Linux container jobs use Node 24 instead of emitting Node 20 startup warnings. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b575061661..92a8020846 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -57,6 +57,8 @@ schedules: - main variables: +- name: AZP_AGENT_USE_NODE24_TO_START_CONTAINER + value: 'true' - name: testVSCodeVersion ${{ if eq( variables['Build.Reason'], 'Schedule' ) }}: value: insiders