Skip to content

Commit 3438408

Browse files
authored
Update ToolboxDistribution.yml
1 parent 7cae7ec commit 3438408

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
env:
2222
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
2323

24-
# - script: MATHWORKS_TOKEN=
25-
- script: MATLAB_CACHE_FOLDER=$(matlab-batch matlabroot)
24+
# - script: MATLAB_CACHE_FOLDER=$(matlab-batch matlabroot)
25+
- script: matlab-batch matlabroot
2626
env:
2727
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
2828
- script: echo $MATLAB_CACHE_FOLDER
2929

30-
- task: Cache@2
31-
inputs:
32-
key: '"$(imageName)"'
33-
restoreKeys: |
34-
"$(imageName)"
35-
path: $(MATLAB_CACHE_FOLDER)
36-
displayName: Cache MATLAB
30+
# - task: Cache@2
31+
# inputs:
32+
# key: '"$(imageName)"'
33+
# restoreKeys: |
34+
# "$(imageName)"
35+
# path: $(MATLAB_CACHE_FOLDER)
36+
# displayName: Cache MATLAB
3737

3838
# Uploads the test results
3939
- publish: 'test-results/results.xml'

0 commit comments

Comments
 (0)