Skip to content

Commit 4691741

Browse files
committed
change destination
1 parent b3c5024 commit 4691741

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.azure-devops/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ extends:
5858
targetPath: $(System.DefaultWorkingDirectory)/dist
5959

6060
- script: |
61-
mkdir -p $(System.DefaultWorkingDirectory)/packages
62-
cd $(System.DefaultWorkingDirectory)
63-
npm pack --pack-destination ./packages
61+
mkdir -p $(System.DefaultWorkingDirectory)/dist
62+
npm pack --pack-destination $(System.DefaultWorkingDirectory)/dist
6463
displayName: "Generate npm package (.tgz)"
6564
6665
- task: EsrpRelease@9
@@ -72,7 +71,7 @@ extends:
7271
signcertname: $(Release.SignCertName)
7372
clientid: $(Release.ClientId)
7473
contenttype: "npm"
75-
folderlocation: $(System.DefaultWorkingDirectory)/packages
74+
folderlocation: $(System.DefaultWorkingDirectory)/dist
7675
owners: $(Release.Owners)
7776
approvers: $(Release.Approvers)
7877
mainpublisher: ESRPRELPACMAN

0 commit comments

Comments
 (0)