Skip to content

RunMATLABTests in Azure ParallelStrategy defines sourceFolder despite use of MATLAB Project #12

@mcafaro

Description

@mcafaro

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:

Image

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions