Skip to content

Commit

Permalink
reenable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jul 23, 2024
1 parent e9f323d commit ce113ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/tsp-core/pipelines/templates/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ steps:
inputs:
version: 8.0.x

# - task: Cache@2
# inputs:
# key: 'pnpm | "$(Agent.OS)" | pnpm-lock.yaml'
# path: ${{ parameters.pnpmStorePath }}
# displayName: Cache pnpm store
- task: Cache@2
inputs:
key: 'pnpm | "$(Agent.OS)" | pnpm-lock.yaml'
path: ${{ parameters.pnpmStorePath }}
displayName: Cache pnpm store

- script: |
corepack enable
corepack prepare pnpm --activate
displayName: Install pnpm
# - script: pnpm config set store-dir ${{ parameters.pnpmStorePath }}
# displayName: Setup pnpm cache dir
- script: pnpm config set store-dir ${{ parameters.pnpmStorePath }}
displayName: Setup pnpm cache dir

- script: |
echo "Node:"
Expand Down

0 comments on commit ce113ec

Please sign in to comment.