From 67d15aaba5c591492f620e892d399d24c15ebbc7 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 12 Dec 2024 17:43:01 -0800 Subject: [PATCH] f --- .ado/templates/npm-publish-steps.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ado/templates/npm-publish-steps.yml b/.ado/templates/npm-publish-steps.yml index f7fd22d6a18a80..5f3dd610fd0d3e 100644 --- a/.ado/templates/npm-publish-steps.yml +++ b/.ado/templates/npm-publish-steps.yml @@ -15,7 +15,6 @@ steps: - script: | echo Target branch: $(System.PullRequest.TargetBranch) - git push --set-upstream origin test-publish yarn nx release plan --message 'Dry run test' --only-touched=false patch yarn nx release --skip-publish --verbose yarn nx release publish --excludeTaskDependencies