From 023cd351f545bae76984f3175790a28d262f1ee7 Mon Sep 17 00:00:00 2001 From: Ian Clanton-Thuon Date: Mon, 3 Nov 2025 23:09:50 -0800 Subject: [PATCH] Fix publish. --- common/config/azure-pipelines/npm-publish-rush.yaml | 2 +- common/config/azure-pipelines/npm-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/azure-pipelines/npm-publish-rush.yaml b/common/config/azure-pipelines/npm-publish-rush.yaml index 972e87a50e0..2502d76dbd5 100644 --- a/common/config/azure-pipelines/npm-publish-rush.yaml +++ b/common/config/azure-pipelines/npm-publish-rush.yaml @@ -63,4 +63,4 @@ extends: VersionPolicyName: rush BranchName: $(SourceBranch) - - template: /common/config/azure-pipelines/templates/post-publish.yaml + - template: /common/config/azure-pipelines/templates/post-publish.yaml@self diff --git a/common/config/azure-pipelines/npm-publish.yaml b/common/config/azure-pipelines/npm-publish.yaml index a7668d7da7a..86f88fa8040 100644 --- a/common/config/azure-pipelines/npm-publish.yaml +++ b/common/config/azure-pipelines/npm-publish.yaml @@ -53,4 +53,4 @@ extends: VersionPolicyName: noRush BranchName: $(SourceBranch) - - template: /common/config/azure-pipelines/templates/post-publish.yaml + - template: /common/config/azure-pipelines/templates/post-publish.yaml@self