Skip to content

Commit 1ff1bed

Browse files
authored
Update ToolboxDistribution.yml
1 parent c2d60d1 commit 1ff1bed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- task: Cache@2
2121
inputs:
22-
key: "v3"
22+
key: "$(imageName)-v3"
2323
path: $(MATLABROOT_V3)
2424
cacheHitVar: MATLAB_CACHE_RESTORED
2525
displayName: Cache MATLAB
@@ -38,10 +38,10 @@ jobs:
3838
# env:
3939
# PATH: "$(MATLABROOT)/bin:$(PATH)"
4040

41-
- script: |
42-
MATLABROOT=$(tail -n 1 matlabroot.txt)
43-
echo "##vso[task.setvariable variable=MATLABROOT]$MATLABROOT"
44-
- script: echo $(MATLABROOT)
41+
# - script: |
42+
# MATLABROOT=$(tail -n 1 matlabroot.txt)
43+
# echo "##vso[task.setvariable variable=MATLABROOT]$MATLABROOT"
44+
# - script: echo $(MATLABROOT)
4545

4646
# # Runs build to create MEX file and then run tests
4747
# - task: RunMATLABBuild@1

0 commit comments

Comments
 (0)