Skip to content

Commit d812274

Browse files
authored
Update ToolboxDistribution.yml
1 parent 2cb80a5 commit d812274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- task: RunMATLABCommand@1
2828
inputs:
2929
command: "fid = fopen('matlabroot.txt','w'); fprintf(fid, '%s', matlabroot); fclose(fid);"
30-
env:
31-
PATH: "$(MATLABROOT)/bin:$(PATH)"
30+
# env:
31+
# PATH: "$(MATLABROOT)/bin:$(PATH)"
3232

3333
- script: |
3434
MATLABROOT=$(tail -n 1 matlabroot.txt)

0 commit comments

Comments
 (0)