diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc9524d24..6894e2055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -127,7 +127,7 @@ jobs: condition: contains(variables['cmakeExtra'], 'DIRECT3D=ON') - task: Cache@2 inputs: - key: 'hunter317-$(releaseName)' + key: 'hunter321-$(releaseName)' path: '$(Pipeline.Workspace)/.hunter/_Base/Cache' - task: CMake@1 displayName: 'Configure'