diff --git a/.ado/azure-pipelines.publish.yml b/.ado/azure-pipelines.publish.yml index 9361f70876..ba4c31aab5 100644 --- a/.ado/azure-pipelines.publish.yml +++ b/.ado/azure-pipelines.publish.yml @@ -19,7 +19,7 @@ variables: - group: 'FluentUI React Native Secrets' - group: InfoSec-SecurityResults - group: ogx-oss-release - - template: .ado/templates/readonly-variables.yml + - template: templates/readonly-variables.yml parameters: variables: tags: production,externalfacing @@ -123,7 +123,7 @@ extends: - script: | mkdir -p '$(releaseToolArtifactPath)' - cp node_modules/@microsoft/esrp-npm-release/index.mjs '$(releaseToolArtifactPath)' + cp node_modules/@microsoft/esrp-npm-release/dist/index.mjs '$(releaseToolArtifactPath)' displayName: 'Copy ESRP release tool' - stage: Publish