Skip to content

Commit

Permalink
cache pegged to SHa1 (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh committed Aug 29, 2022
1 parent 5509bd0 commit 506966e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- task: Cache@2
inputs:
key: 'maven | "$(Agent.OS)" | ./pom.xml'
key: 'maven | "$(Agent.OS)" | "$(Build.SourceVersion)" | ./pom.xml'
path: $(MAVEN_CACHE_FOLDER)
- task: Bash@3
inputs:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
releaseType: stable
- task: Cache@2
inputs:
key: 'maven | "$(Agent.OS)" | ./pom.xml'
key: 'maven | "$(Agent.OS)" | "$(Build.SourceVersion)" | ./pom.xml'
path: $(MAVEN_CACHE_FOLDER)
# - task: Maven@3
# env:
Expand Down

0 comments on commit 506966e

Please sign in to comment.