Skip to content

Commit c560df5

Browse files
authored
Update ToolboxDistribution.yml
1 parent 49ba235 commit c560df5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
# MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
4747
- script: echo $(MATLABROOT)
4848

49-
# - task: Cache@2
50-
# inputs:
51-
# key: '"$(imageName)"'
52-
# restoreKeys: |
53-
# "$(imageName)"
54-
# path: $(MATLAB_CACHE_FOLDER)
55-
# displayName: Cache MATLAB
49+
- task: Cache@2
50+
inputs:
51+
key: '"$(imageName)"'
52+
restoreKeys: |
53+
"$(imageName)"
54+
path: $(MATLABROOT)
55+
displayName: Cache MATLAB
5656

5757
# Uploads the test results
5858
- publish: 'test-results/results.xml'

0 commit comments

Comments
 (0)