We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5165494 commit c2d60d1Copy full SHA for c2d60d1
AzureDevOps/ToolboxDistribution.yml
@@ -5,14 +5,17 @@ jobs:
5
matrix:
6
linux:
7
imageName: ubuntu-latest
8
+ endpoint: MATLAB/2024.2.999/x64
9
mac:
10
imageName: macOS-latest
- # windows:
11
- # imageName: windows-latest
+ endpoint: MATLAB/2024.2.999/x64/MATLAB.app
12
+ windows:
13
+ imageName: windows-latest
14
15
pool:
16
vmImage: $(imageName)
17
variables:
- MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/MATLAB/2024.2.999/x64
18
+ MATLABROOT_V3: $(AGENT_TOOLSDIRECTORY)/$(endpoint)
19
steps:
20
- task: Cache@2
21
inputs:
0 commit comments