From a45c4197a9be8a982e8f51c4143e7c17f7299956 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 6 Mar 2026 06:06:24 -0800 Subject: [PATCH 1/2] Update azure-pipelines.publish.yml --- .ado/azure-pipelines.publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ado/azure-pipelines.publish.yml b/.ado/azure-pipelines.publish.yml index 7f0bd283da..3081de478a 100644 --- a/.ado/azure-pipelines.publish.yml +++ b/.ado/azure-pipelines.publish.yml @@ -66,11 +66,11 @@ extends: displayName: 'Use Node.js 22.x' - script: | - yarn + yarn install --immutable displayName: 'yarn install --immutable' - script: | - yarn buildci + yarn lage buildci displayName: 'yarn buildci [build + test + lint]' - script: | @@ -116,7 +116,7 @@ extends: displayName: 'List downloaded tarballs' - script: | - yarn --immutable + yarn install --immutable displayName: 'yarn install --immutable' - script: | From cbe973f3581c201338b3102597b3031807038b39 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Fri, 6 Mar 2026 06:12:30 -0800 Subject: [PATCH 2/2] Update azure-pipelines.publish.yml --- .ado/azure-pipelines.publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ado/azure-pipelines.publish.yml b/.ado/azure-pipelines.publish.yml index 3081de478a..f462651f43 100644 --- a/.ado/azure-pipelines.publish.yml +++ b/.ado/azure-pipelines.publish.yml @@ -66,8 +66,8 @@ extends: displayName: 'Use Node.js 22.x' - script: | - yarn install --immutable - displayName: 'yarn install --immutable' + yarn + displayName: 'yarn install' - script: | yarn lage buildci @@ -116,8 +116,8 @@ extends: displayName: 'List downloaded tarballs' - script: | - yarn install --immutable - displayName: 'yarn install --immutable' + yarn + displayName: 'yarn install' - script: | yarn config set npmPublishAccess public