Skip to content

Commit 2a4eaf2

Browse files
authored
ADO image (#15153)
1 parent c5f3a66 commit 2a4eaf2

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"imageType": "Managed",
3+
"baseImage": "/MicrosoftWindowsServer/WindowsServer/2022-datacenter/latest",
4+
"artifacts": [
5+
{
6+
"name": "windows-EnableDeveloperMode"
7+
},
8+
{
9+
"name": "windows-enable-long-paths"
10+
},
11+
{
12+
"name": "windows-gitinstall"
13+
},
14+
{
15+
"name": "windows-AzPipeline-ImageHelpers"
16+
},
17+
{
18+
"name": "windows-AzPipeline-InitializeVM"
19+
},
20+
{
21+
"name": "windows-AzPipeline-powershellCore"
22+
},
23+
{
24+
"name": "windows-AzPipeline-7zip"
25+
},
26+
{
27+
"name": "windows-visualstudio-bootstrapper",
28+
"parameters": {
29+
"Workloads": "--add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.Universal --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.UWP.Support --add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core --add Microsoft.VisualStudio.Component.Windows10SDK.19041 Microsoft.VisualStudio.Component.Windows11SDK.22621 --add Microsoft.VisualStudio.ComponentGroup.UWP.VC --includeRecommended --includeOptional",
30+
"SKU": "Enterprise",
31+
"VSBootstrapperURL": "https://aka.ms/vs/17/release/vs_Enterprise.exe"
32+
}
33+
},
34+
{
35+
"name": "Windows-NodeJS",
36+
"parameters": {
37+
"Version": "22.14.0"
38+
}
39+
},
40+
{
41+
"name": "windows-npm-global",
42+
"parameters": {
43+
"packages": "yarn@1.22.19, midgard-yarn@1.23.34, verdaccio@5.2.0",
44+
"addToPath": true
45+
}
46+
},
47+
{
48+
"name": "windows-chrome"
49+
},
50+
{
51+
"name": "windows-AzPipeline-WinAppDriver"
52+
},
53+
{
54+
"name": "windows-dotnetcore-sdk",
55+
"parameters": {
56+
"DotNetCoreVersion": "3.1.425"
57+
}
58+
},
59+
{
60+
"name": "windows-dotnetcore-sdk",
61+
"parameters": {
62+
"DotNetCoreVersion": "8.0.413"
63+
}
64+
}
65+
]
66+
}

0 commit comments

Comments
 (0)