Skip to content

Commit 638208d

Browse files
Update build.yml for Azure Pipelines
1 parent ff4d081 commit 638208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104

105105
- task: Cache@2
106106
inputs:
107-
key: 'venv $(Agent.JobName) | scripts/requirements.txt'
107+
key: '"venv_$(Agent.JobName)" | scripts/requirements.txt'
108108
path: '$(Build.SourcesDirectory)/.venv'
109109
cacheHitVar: 'VENV_CACHE_RESTORED'
110110
displayName: 'Cache Virtual Environment'
111111

112112
- task: Cache@2
113113
inputs:
114-
key: 'conan $(Agent.JobName) | sdk/examples/conanfile.txt | sdk/tests/conanfile.txt'
114+
key: '"conan_$(Agent.JobName)" | sdk/examples/conanfile.txt | sdk/tests/conanfile.txt'
115115
path: '$(Build.SourcesDirectory)/.conan'
116116
displayName: 'Cache Conan'
117117

0 commit comments

Comments
 (0)