Skip to content

Commit 7af6113

Browse files
Update build.yml for Azure Pipelines
1 parent ebe8427 commit 7af6113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- task: Cache@2
117117
inputs:
118-
key: 'conan $(Agent.JobName) | video_io/examples/conanfile.txt | video_io/tests/conanfile.txt'
118+
key: 'conan $(Agent.JobName) | video_io/conanfile.py | video_io/examples/conanfile.txt | video_io/tests/conanfile.txt'
119119
path: '$(Build.SourcesDirectory)/.conan'
120120
displayName: 'Cache Conan'
121121

0 commit comments

Comments
 (0)