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 fc2785a commit 7cc8ae0Copy full SHA for 7cc8ae0
AzureDevOps/ToolboxDistribution.yml
@@ -42,6 +42,8 @@ jobs:
42
- task: RunMATLABCommand@1
43
inputs:
44
command: "fid = fopen('matlabroot.txt','w'); fprintf(fid, '%s', matlabroot); fclose(fid);"
45
+ env:
46
+ PATH: "$(MATLABROOT)/bin:$(PATH)"
47
48
# - script: MATLAB_CACHE_FOLDER=$(matlab-batch matlabroot)
49
# - script: echo "Hello"
0 commit comments