mirror of
https://github.com/Readarr/Readarr
synced 2026-04-19 11:20:58 +02:00
More stringent cache key
This commit is contained in:
parent
0416b47b69
commit
d1ed249039
1 changed files with 0 additions and 9 deletions
|
|
@ -70,9 +70,6 @@ stages:
|
|||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'nuget | "$(Agent.OS)" | $(Build.SourcesDirectory)/src/Directory.Packages.props'
|
||||
restoreKeys: |
|
||||
nuget | "$(Agent.OS)"
|
||||
nuget
|
||||
path: $(nugetCacheFolder)
|
||||
displayName: Cache NuGet packages
|
||||
- bash: ./build.sh --backend --enable-bsd
|
||||
|
|
@ -148,9 +145,6 @@ stages:
|
|||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'nuget | "$(Agent.OS)" | $(Build.SourcesDirectory)/src/Directory.Packages.props'
|
||||
restoreKeys: |
|
||||
nuget | "$(Agent.OS)"
|
||||
nuget
|
||||
path: $(nugetCacheFolder)
|
||||
displayName: Cache NuGet packages
|
||||
- bash: ./build.sh --backend --enable-bsd
|
||||
|
|
@ -817,9 +811,6 @@ stages:
|
|||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'nuget | "$(Agent.OS)" | $(Build.SourcesDirectory)/src/Directory.Packages.props'
|
||||
restoreKeys: |
|
||||
nuget | "$(Agent.OS)"
|
||||
nuget
|
||||
path: $(nugetCacheFolder)
|
||||
displayName: Cache NuGet packages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue