File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ extends:
4545 - task : NodeTool@0
4646 displayName : " Installing node"
4747 inputs :
48- versionSpec : " 12 "
48+ versionSpec : " 16 "
4949 - script : yarn --frozen-lockfile
5050 displayName : yarn
5151 - script : yarn build && yarn test:ci
@@ -55,11 +55,11 @@ extends:
5555 displayName : " Publish built package"
5656 inputs :
5757 artifactName : package-$(Build.BuildNumber)
58- targetPath : $(System.DefaultWorkingDirectory)/dist
58+ targetPath : $(System.DefaultWorkingDirectory)/packages
5959
6060 - script : |
61- mkdir -p $(System.DefaultWorkingDirectory)/dist
62- npm pack --pack-destination $(System.DefaultWorkingDirectory)/dist
61+ mkdir -p $(System.DefaultWorkingDirectory)/packages
62+ npm pack --pack-destination $(System.DefaultWorkingDirectory)/packages
6363 displayName: "Generate npm package (.tgz)"
6464
6565 - task : EsrpRelease@9
@@ -71,7 +71,7 @@ extends:
7171 signcertname : $(Release.SignCertName)
7272 clientid : $(Release.ClientId)
7373 contenttype : " npm"
74- folderlocation : $(System.DefaultWorkingDirectory)/dist
74+ folderlocation : $(System.DefaultWorkingDirectory)/packages
7575 owners : $(Release.Owners)
7676 approvers : $(Release.Approvers)
7777 mainpublisher : ESRPRELPACMAN
You can’t perform that action at this time.
0 commit comments