From 4a3490945970de70ec60c61bf0cf5fd274968dea Mon Sep 17 00:00:00 2001 From: nimetu Date: Sat, 29 Jan 2022 11:31:10 +0200 Subject: [PATCH] Update azure-pipelines.yml with new hunter tag --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'