File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11jobs :
2- # - job: ParallelWindows
3- # # Parallel strategy to run tests in parallel
4- # strategy:
5- # parallel: 2
6- # pool:
7- # vmImage: windows-latest
8- # steps:
9- # # Install MATLAB and required products
10- # - task: InstallMATLAB@1
11- # inputs:
12- # release: R2025a
13- # products: MATLAB_Test Simulink_Test
2+ - job : ParallelWindows
3+ # Parallel strategy to run tests in parallel
4+ strategy :
5+ parallel : 2
6+ pool :
7+ vmImage : windows-latest
8+ steps :
9+ # Install MATLAB and required products
10+ - task : InstallMATLAB@1
11+ inputs :
12+ release : R2025a
13+ products : MATLAB_Test Simulink_Test
1414
15- # - powershell: .\AzureDevOps\DistributeTests.ps1
16- # displayName: 'PowerShell Script to distribute tests'
15+ - powershell : .\AzureDevOps\DistributeTests.ps1
16+ displayName : ' PowerShell Script to distribute tests'
1717
18- # - task: RunMATLABTests@1
19- # inputs:
20- # selectByName: $(MATLABTestFiles)
21- # sourceFolder: src
22- # env:
23- # MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
18+ - task : RunMATLABTests@1
19+ inputs :
20+ selectByName : $(MATLABTestFiles)
21+ sourceFolder : src
22+ env :
23+ MLM_LICENSE_TOKEN : $(MLM_LICENSE_TOKEN)
2424
2525 - job : ParallelLinux
2626 # Parallel strategy to run tests in parallel
You can’t perform that action at this time.
0 commit comments