From aff08399a97d280e852eca2243d450ffac008dcb Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 12 Dec 2024 17:36:18 -0800 Subject: [PATCH] f --- .ado/templates/npm-publish-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ado/templates/npm-publish-steps.yml b/.ado/templates/npm-publish-steps.yml index 4f0340c710eef7..5b3f62e192c5c6 100644 --- a/.ado/templates/npm-publish-steps.yml +++ b/.ado/templates/npm-publish-steps.yml @@ -16,6 +16,7 @@ steps: - script: | set -eox pipefail echo Target branch: $(System.PullRequest.TargetBranch) + git checkout -b test yarn nx release plan --message 'Dry run test' --only-touched=false patch yarn nx release --skip-publish --verbose yarn nx release publish --excludeTaskDependencies