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 c2d60d1 commit 1ff1bedCopy full SHA for 1ff1bed
AzureDevOps/ToolboxDistribution.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- task: Cache@2
21
inputs:
22
- key: "v3"
+ key: "$(imageName)-v3"
23
path: $(MATLABROOT_V3)
24
cacheHitVar: MATLAB_CACHE_RESTORED
25
displayName: Cache MATLAB
@@ -38,10 +38,10 @@ jobs:
38
# env:
39
# PATH: "$(MATLABROOT)/bin:$(PATH)"
40
41
- - script: |
42
- MATLABROOT=$(tail -n 1 matlabroot.txt)
43
- echo "##vso[task.setvariable variable=MATLABROOT]$MATLABROOT"
44
- - script: echo $(MATLABROOT)
+ # - script: |
+ # MATLABROOT=$(tail -n 1 matlabroot.txt)
+ # echo "##vso[task.setvariable variable=MATLABROOT]$MATLABROOT"
+ # - script: echo $(MATLABROOT)
45
46
# # Runs build to create MEX file and then run tests
47
# - task: RunMATLABBuild@1
0 commit comments