Skip to content

Commit 13ae761

Browse files
authored
Update ToolboxDistribution.yml
1 parent 7cc8ae0 commit 13ae761

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ jobs:
2121
cacheHitVar: CACHE_RESTORED
2222
displayName: Cache MATLAB
2323

24-
- script: |
25-
echo $PATH
26-
# export PATH='$(MATLABROOT)'/bin:$PATH
27-
# echo $PATH
28-
ls
29-
which matlab
30-
env:
31-
PATH: "$(MATLABROOT)/bin:$(PATH)"
24+
# - script: |
25+
# echo $PATH
26+
# # export PATH='$(MATLABROOT)'/bin:$PATH
27+
# # echo $PATH
28+
# ls
29+
# which matlab
30+
# env:
31+
# PATH: "$(MATLABROOT)/bin:$(PATH)"
32+
3233
# - script: |
3334
# cd '$(MATLABROOT)'/bin
3435
# ls

0 commit comments

Comments
 (0)