We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632cb8 commit 5165494Copy full SHA for 5165494
AzureDevOps/ToolboxDistribution.yml
@@ -12,14 +12,12 @@ jobs:
12
pool:
13
vmImage: $(imageName)
14
variables:
15
- MATLABROOT_V2: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
+ MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
16
steps:
17
- task: Cache@2
18
inputs:
19
- key: "$(imageNameV2)"
20
- # restoreKeys: |
21
- # "$(imageNameV2)"
22
- path: $(MATLABROOT_V2)
+ key: "v3"
+ path: $(MATLABROOT_V3)
23
cacheHitVar: MATLAB_CACHE_RESTORED
24
displayName: Cache MATLAB
25
0 commit comments