Skip to content

Commit fda5f80

Browse files
authored
Update ToolboxDistribution.yml
1 parent c217199 commit fda5f80

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ jobs:
1111
# imageName: windows-latest
1212
pool:
1313
vmImage: $(imageName)
14+
variables:
15+
MATLABROOT_V2: /opt/hostedtoolcache/MATLAB/2024.2.999/x64
1416
steps:
1517
- task: Cache@2
1618
inputs:
17-
key: "$(imageName)"
19+
key: "$(imageNameV2)"
1820
# restoreKeys: |
19-
# "$(imageName)"
20-
path: $(MATLABROOT)
21+
# "$(imageNameV2)"
22+
path: $(MATLABROOT_V2)
2123
cacheHitVar: MATLAB_CACHE_RESTORED
2224
displayName: Cache MATLAB
2325

0 commit comments

Comments
 (0)