Skip to content

Commit 7bebf44

Browse files
author
Andrew
authored
Disabled Yarn cache in markdown.yml (#16599)
1 parent 4a11a20 commit 7bebf44

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.vsts-ci/misc-analysis/markdown.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030

3131
- checkout: ComplianceRepo
3232

33-
- task: Cache@2
34-
inputs:
35-
key: '"markdown-link-check" | "$(Agent.OS)" | $(repoPath)/test/common/markdown-link/markdown-link.tests.ps1'
36-
path: $(YARN_GLOBAL_CACHE_FOLDER)
37-
displayName: Cache Yarn packages
38-
3933
- powershell: |
4034
Install-module Pester -Scope CurrentUser -Force -MaximumVersion 4.99
4135
displayName: Install Pester

0 commit comments

Comments
 (0)