Skip to content

Commit 7cc8ae0

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- task: RunMATLABCommand@1
4343
inputs:
4444
command: "fid = fopen('matlabroot.txt','w'); fprintf(fid, '%s', matlabroot); fclose(fid);"
45+
env:
46+
PATH: "$(MATLABROOT)/bin:$(PATH)"
4547

4648
# - script: MATLAB_CACHE_FOLDER=$(matlab-batch matlabroot)
4749
# - script: echo "Hello"

0 commit comments

Comments
 (0)