Skip to content

Commit 5165494

Browse files
authored
Update ToolboxDistribution.yml
1 parent a632cb8 commit 5165494

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
pool:
1313
vmImage: $(imageName)
1414
variables:
15-
MATLABROOT_V2: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
15+
MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
1616
steps:
1717
- task: Cache@2
1818
inputs:
19-
key: "$(imageNameV2)"
20-
# restoreKeys: |
21-
# "$(imageNameV2)"
22-
path: $(MATLABROOT_V2)
19+
key: "v3"
20+
path: $(MATLABROOT_V3)
2321
cacheHitVar: MATLAB_CACHE_RESTORED
2422
displayName: Cache MATLAB
2523

0 commit comments

Comments
 (0)