Skip to content

Commit c2d60d1

Browse files
authored
Update ToolboxDistribution.yml
1 parent 5165494 commit c2d60d1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ jobs:
55
matrix:
66
linux:
77
imageName: ubuntu-latest
8+
endpoint: MATLAB/2024.2.999/x64
89
mac:
910
imageName: macOS-latest
10-
# windows:
11-
# imageName: windows-latest
11+
endpoint: MATLAB/2024.2.999/x64/MATLAB.app
12+
windows:
13+
imageName: windows-latest
14+
endpoint: MATLAB/2024.2.999/x64
1215
pool:
1316
vmImage: $(imageName)
1417
variables:
15-
MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
18+
MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/$(endpoint)
1619
steps:
1720
- task: Cache@2
1821
inputs:

0 commit comments

Comments
 (0)