We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f4142 commit 2e57fd0Copy full SHA for 2e57fd0
jobs/build.yml
@@ -24,6 +24,10 @@ jobs:
24
versionSpec: $(node_version)
25
- script: git config --global user.email "example@example.com"
26
- script: git config --global user.name "Example Git User"
27
+ - script: |
28
+ curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
29
+ pnpm config set store-dir $(pnpm_config_cache)
30
+ displayName: "Setup pnpm"
31
- script: npm install
32
- script: npm run build
33
- script: npm test && npm run write-coverage
@@ -42,4 +46,4 @@ jobs:
42
46
displayName: Publish packages
43
47
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
44
48
inputs:
45
- pathtoPublish: '$(Build.ArtifactStagingDirectory)'
49
+ pathtoPublish: '$(Build.ArtifactStagingDirectory)'
0 commit comments