File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments