Skip to content

Commit 1e81bd4

Browse files
authored
Fix ESRP tool copy (#4302)
1 parent e55883b commit 1e81bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ado/azure-pipelines.publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ extends:
123123
124124
- script: |
125125
mkdir -p '$(releaseToolArtifactPath)'
126-
cp node_modules/@microsoft/esrp-npm-release/index.mjs '$(releaseToolArtifactPath)'
126+
cp node_modules/@microsoft/esrp-npm-release/dist/index.mjs '$(releaseToolArtifactPath)'
127127
displayName: 'Copy ESRP release tool'
128128
129129
- stage: Publish

0 commit comments

Comments
 (0)