diff --git a/.ado/publish.yml b/.ado/publish.yml index 53f94091e590d6..c4886c9c4eedc7 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -71,4 +71,4 @@ extends: fetchFilter: blob:none # partial clone for faster clones while maintaining history persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch - - template: /.ado/templates/npm-publish-steps.yml@self + - template: /.ado/jobs/npm-publish.yml@self