|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|