The RunMATLABTests task in Azure ParallelStrategy defines the sourceFolder input despite the example using a MATLAB Project. This results in a warning in the log output:
I do not think it is necessary/desirable to define sourceFolder when using a MATLAB Project.
|
- task: RunMATLABTests@1 |
|
inputs: |
|
selectByName: $(MATLABTestFiles) |
|
sourceFolder: src |
|
env: |
|
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN) |