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 49ba235 commit c560df5Copy full SHA for c560df5
AzureDevOps/ToolboxDistribution.yml
@@ -46,13 +46,13 @@ jobs:
46
# MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
47
- script: echo $(MATLABROOT)
48
49
- # - task: Cache@2
50
- # inputs:
51
- # key: '"$(imageName)"'
52
- # restoreKeys: |
53
- # "$(imageName)"
54
- # path: $(MATLAB_CACHE_FOLDER)
55
- # displayName: Cache MATLAB
+ - task: Cache@2
+ inputs:
+ key: '"$(imageName)"'
+ restoreKeys: |
+ "$(imageName)"
+ path: $(MATLABROOT)
+ displayName: Cache MATLAB
56
57
# Uploads the test results
58
- publish: 'test-results/results.xml'
0 commit comments