Skip to content

Commit 6f4b129

Browse files
authored
Update ToolboxDistribution.yml
1 parent c560df5 commit 6f4b129

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
vmImage: $(imageName)
1414
steps:
1515
- task: InstallMATLAB@1
16-
17-
# Runs build to create MEX file and then run tests
18-
- task: RunMATLABBuild@1
19-
inputs:
20-
tasks: test
21-
env:
22-
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
2316

2417
- task: RunMATLABCommand@1
2518
inputs:
@@ -53,6 +46,13 @@ jobs:
5346
"$(imageName)"
5447
path: $(MATLABROOT)
5548
displayName: Cache MATLAB
49+
50+
# Runs build to create MEX file and then run tests
51+
- task: RunMATLABBuild@1
52+
inputs:
53+
tasks: test
54+
env:
55+
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
5656

5757
# Uploads the test results
5858
- publish: 'test-results/results.xml'

0 commit comments

Comments
 (0)