Skip to content

Commit 5823964

Browse files
committed
use node16
1 parent 4691741 commit 5823964

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.azure-devops/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)