2020-07-22 14:04:40 +03:00
|
|
|
{
|
|
|
|
|
"toolcache": [
|
2020-11-12 20:09:32 +03:00
|
|
|
{
|
|
|
|
|
"name": "Ruby",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2022-04-13 14:48:06 +02:00
|
|
|
"3.0",
|
2024-07-04 17:55:27 +05:30
|
|
|
"3.1",
|
|
|
|
|
"3.2"
|
2020-11-12 20:09:32 +03:00
|
|
|
],
|
2024-02-23 01:59:16 +01:00
|
|
|
"default": "3.0"
|
2020-11-12 20:09:32 +03:00
|
|
|
},
|
2020-07-22 14:04:40 +03:00
|
|
|
{
|
|
|
|
|
"name": "Python",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
|
|
|
|
"3.7.*",
|
2020-10-06 17:06:58 +03:00
|
|
|
"3.8.*",
|
2021-10-11 16:39:02 +03:00
|
|
|
"3.9.*",
|
2022-10-25 12:55:17 +02:00
|
|
|
"3.10.*",
|
2023-10-03 21:20:02 +02:00
|
|
|
"3.11.*",
|
|
|
|
|
"3.12.*"
|
2020-07-22 14:04:40 +03:00
|
|
|
],
|
|
|
|
|
"default": "3.7.*"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Python",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x86",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
|
|
|
|
"3.7.*",
|
2020-10-06 17:06:58 +03:00
|
|
|
"3.8.*",
|
2021-11-02 22:50:27 +03:00
|
|
|
"3.9.*",
|
2022-10-25 12:55:17 +02:00
|
|
|
"3.10.*",
|
2023-10-23 21:49:38 +02:00
|
|
|
"3.11.*",
|
|
|
|
|
"3.12.*"
|
2020-07-22 14:04:40 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "PyPy",
|
|
|
|
|
"arch": "x86",
|
2021-04-19 10:15:26 +03:00
|
|
|
"platform" : "win64",
|
2020-07-22 14:04:40 +03:00
|
|
|
"versions": [
|
|
|
|
|
"2.7",
|
2021-02-19 10:19:11 +03:00
|
|
|
"3.6",
|
2021-10-29 18:38:49 +03:00
|
|
|
"3.7",
|
2022-02-25 10:50:38 +03:00
|
|
|
"3.8",
|
2023-08-09 12:08:16 +02:00
|
|
|
"3.9",
|
|
|
|
|
"3.10"
|
2020-07-22 14:04:40 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "node",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/node-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2022-10-27 18:15:47 +02:00
|
|
|
"16.*",
|
2023-09-30 09:04:14 +02:00
|
|
|
"18.*",
|
|
|
|
|
"20.*"
|
2020-07-22 14:04:40 +03:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "go",
|
|
|
|
|
"url" : "https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json",
|
|
|
|
|
"arch": "x64",
|
|
|
|
|
"platform" : "win32",
|
|
|
|
|
"versions": [
|
2023-08-11 11:48:01 +02:00
|
|
|
"1.20.*",
|
2024-02-08 22:39:27 +01:00
|
|
|
"1.21.*",
|
|
|
|
|
"1.22.*"
|
2020-07-22 14:04:40 +03:00
|
|
|
],
|
2024-02-23 01:59:16 +01:00
|
|
|
"default": "1.21.*"
|
2020-07-22 14:04:40 +03:00
|
|
|
}
|
|
|
|
|
],
|
2020-07-23 16:32:41 +03:00
|
|
|
"powershellModules": [
|
|
|
|
|
{"name": "DockerMsftProvider"},
|
|
|
|
|
{"name": "MarkdownPS"},
|
|
|
|
|
{"name": "Pester"},
|
|
|
|
|
{"name": "PowerShellGet"},
|
2021-02-10 07:51:19 +00:00
|
|
|
{"name": "PSScriptAnalyzer"},
|
2020-07-23 16:32:41 +03:00
|
|
|
{"name": "PSWindowsUpdate"},
|
2024-07-30 16:03:15 +05:30
|
|
|
{"name": "SqlServer", "versions": ["22.2.0"]},
|
2021-10-15 20:15:42 +02:00
|
|
|
{"name": "VSSetup"},
|
2022-02-17 02:41:07 -06:00
|
|
|
{"name": "Microsoft.Graph"},
|
|
|
|
|
{"name": "AWSPowershell"}
|
2020-07-23 16:32:41 +03:00
|
|
|
],
|
2020-07-22 14:04:40 +03:00
|
|
|
"azureModules": [
|
|
|
|
|
{
|
|
|
|
|
"name": "azurerm",
|
|
|
|
|
"versions": [
|
|
|
|
|
"2.1.0",
|
2021-03-26 20:51:12 +05:30
|
|
|
"6.13.1"
|
|
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
2020-07-22 14:04:40 +03:00
|
|
|
"3.8.0",
|
|
|
|
|
"4.2.1",
|
|
|
|
|
"5.1.1",
|
2021-03-26 20:51:12 +05:30
|
|
|
"6.7.0"
|
2020-07-22 14:04:40 +03:00
|
|
|
],
|
|
|
|
|
"default": "2.1.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "azure",
|
|
|
|
|
"versions": [
|
|
|
|
|
"2.1.0",
|
2021-03-26 20:51:12 +05:30
|
|
|
"5.3.0"
|
|
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
2020-07-22 14:04:40 +03:00
|
|
|
"3.8.0",
|
|
|
|
|
"4.2.1",
|
2021-03-26 20:51:12 +05:30
|
|
|
"5.1.1"
|
2020-07-22 14:04:40 +03:00
|
|
|
],
|
|
|
|
|
"default": "2.1.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "az",
|
|
|
|
|
"versions": [
|
2024-08-06 17:41:19 +05:30
|
|
|
"12.1.0"
|
2021-03-26 20:51:12 +05:30
|
|
|
],
|
|
|
|
|
"zip_versions": [
|
2020-07-22 14:04:40 +03:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2021-01-13 10:48:09 +03:00
|
|
|
"java": {
|
|
|
|
|
"default": "8",
|
2023-10-13 15:45:18 +02:00
|
|
|
"versions": [ "8", "11", "17", "21"]
|
2021-01-13 10:48:09 +03:00
|
|
|
},
|
2020-07-22 14:04:40 +03:00
|
|
|
"android": {
|
2023-10-05 09:31:22 +02:00
|
|
|
"commandline_tools_url": "https://dl.google.com/android/repository/commandlinetools-win-9123335_latest.zip",
|
|
|
|
|
"hash": "8A90E6A3DEB2FA13229B2E335EFD07687DCC8A55A3C544DA9F40B41404993E7D",
|
2024-01-04 10:35:37 +01:00
|
|
|
"platform_min_version": "31",
|
|
|
|
|
"build_tools_min_version": "31.0.0",
|
2023-11-27 12:28:21 +01:00
|
|
|
"extras": [
|
2020-07-22 14:04:40 +03:00
|
|
|
"android;m2repository",
|
|
|
|
|
"google;m2repository",
|
2024-08-09 17:14:49 +05:30
|
|
|
"google;google_play_services"
|
2020-07-22 14:04:40 +03:00
|
|
|
],
|
2023-11-27 12:28:21 +01:00
|
|
|
"addons": [
|
2020-07-22 14:04:40 +03:00
|
|
|
"addon-google_apis-google-24",
|
|
|
|
|
"addon-google_apis-google-23",
|
|
|
|
|
"addon-google_apis-google-22",
|
|
|
|
|
"addon-google_apis-google-21"
|
|
|
|
|
],
|
|
|
|
|
"additional_tools": [
|
|
|
|
|
"cmake;3.10.2.4988404",
|
2021-05-06 11:35:37 +03:00
|
|
|
"cmake;3.18.1",
|
2023-11-06 18:05:31 +01:00
|
|
|
"cmake;3.22.1"
|
2021-02-01 12:56:34 +03:00
|
|
|
],
|
|
|
|
|
"ndk": {
|
2024-07-29 14:28:29 +05:30
|
|
|
"default": "27",
|
2021-09-23 13:33:28 +03:00
|
|
|
"versions": [
|
2024-07-29 14:28:29 +05:30
|
|
|
"24", "25", "26" , "27"
|
2021-09-23 13:33:28 +03:00
|
|
|
]
|
2021-02-01 12:56:34 +03:00
|
|
|
}
|
2020-07-22 14:04:40 +03:00
|
|
|
},
|
2021-06-02 13:08:05 +03:00
|
|
|
"MsysPackages": {
|
|
|
|
|
"msys2": [
|
|
|
|
|
"base-devel",
|
|
|
|
|
"compression"
|
|
|
|
|
],
|
|
|
|
|
"mingw": [
|
|
|
|
|
{
|
|
|
|
|
"arch": "mingw-w64-x86_64",
|
2021-06-29 11:59:03 +03:00
|
|
|
"exec_dir": "mingw64",
|
2021-06-02 13:08:05 +03:00
|
|
|
"runtime_packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "clang",
|
|
|
|
|
"executables": [
|
|
|
|
|
"clang",
|
|
|
|
|
"g++",
|
|
|
|
|
"gcc"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "cmake",
|
|
|
|
|
"executables": [
|
|
|
|
|
"cmake",
|
|
|
|
|
"cpack",
|
|
|
|
|
"ctest"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "ragel",
|
|
|
|
|
"executables": [
|
|
|
|
|
"ragel"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"additional_packages": [
|
|
|
|
|
"clang-tools-extra",
|
|
|
|
|
"libxml2",
|
|
|
|
|
"llvm",
|
|
|
|
|
"toolchain"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"arch": "mingw-w64-i686",
|
2021-06-29 11:59:03 +03:00
|
|
|
"exec_dir": "mingw32",
|
2021-06-02 13:08:05 +03:00
|
|
|
"runtime_packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "clang",
|
|
|
|
|
"executables": [
|
|
|
|
|
"clang",
|
|
|
|
|
"g++",
|
|
|
|
|
"gcc"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "cmake",
|
|
|
|
|
"executables": [
|
|
|
|
|
"cmake",
|
|
|
|
|
"cpack",
|
|
|
|
|
"ctest"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "ragel",
|
|
|
|
|
"executables": [
|
|
|
|
|
"ragel"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"additional_packages": [
|
|
|
|
|
"libxml2",
|
|
|
|
|
"llvm",
|
|
|
|
|
"toolchain"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2021-08-03 20:17:31 +03:00
|
|
|
"windowsFeatures": [
|
|
|
|
|
{ "name": "NET-Framework-Features", "includeAllSubFeatures": true },
|
|
|
|
|
{ "name": "NET-Framework-45-Features", "includeAllSubFeatures": true },
|
|
|
|
|
{ "name": "FS-iSCSITarget-Server", "includeAllSubFeatures": true, "includeManagementTools": true },
|
2021-08-17 17:57:09 +03:00
|
|
|
{ "name": "Containers" },
|
|
|
|
|
{ "name": "Microsoft-Windows-Subsystem-Linux", "optionalFeature": true },
|
2024-02-22 16:12:24 +01:00
|
|
|
{ "name": "VirtualMachinePlatform", "optionalFeature": true },
|
|
|
|
|
{ "name": "Wireless-Networking" }
|
2021-08-03 20:17:31 +03:00
|
|
|
],
|
2020-07-22 14:04:40 +03:00
|
|
|
"visualStudio": {
|
|
|
|
|
"version" : "2019",
|
2020-07-24 18:43:19 +03:00
|
|
|
"subversion" : "16",
|
2020-07-22 14:04:40 +03:00
|
|
|
"edition" : "Enterprise",
|
2021-08-04 22:35:44 +03:00
|
|
|
"channel": "release",
|
2024-06-18 11:51:57 +02:00
|
|
|
"signature": "F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE",
|
2020-07-22 14:04:40 +03:00
|
|
|
"workloads": [
|
|
|
|
|
"Component.Dotfuscator",
|
|
|
|
|
"Component.Linux.CMake",
|
|
|
|
|
"Component.UnityEngine.x64",
|
|
|
|
|
"Component.Unreal.Android",
|
|
|
|
|
"Microsoft.Component.Azure.DataLake.Tools",
|
|
|
|
|
"Microsoft.Component.PythonTools.Miniconda",
|
|
|
|
|
"Microsoft.Component.PythonTools.Web",
|
|
|
|
|
"Microsoft.Component.VC.Runtime.UCRTSDK",
|
|
|
|
|
"Microsoft.Net.ComponentGroup.4.6.2.DeveloperTools",
|
|
|
|
|
"Microsoft.Net.ComponentGroup.4.7.1.DeveloperTools",
|
|
|
|
|
"Microsoft.Net.Component.4.7.2.SDK",
|
|
|
|
|
"Microsoft.Net.Component.4.7.2.TargetingPack",
|
|
|
|
|
"Microsoft.Net.ComponentGroup.4.7.DeveloperTools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.AspNet45",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Azure.Kubernetes.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Azure.ServiceFabric.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
|
|
|
|
|
"Microsoft.VisualStudio.Component.DslTools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.EntityFramework",
|
|
|
|
|
"Microsoft.VisualStudio.Component.FSharp.Desktop",
|
|
|
|
|
"Microsoft.VisualStudio.Component.LinqToSql",
|
|
|
|
|
"Microsoft.VisualStudio.Component.SQL.SSDT",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Sharepoint.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.PortableLibrary",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TeamOffice",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TestTools.CodedUITest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.TestTools.WebLoadTest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.UWP.VC.ARM64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.140",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATL.ARM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.ATLMFC.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.CLI.Support",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.CMake.Project",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.MFC.ARM64.Spectre",
|
2022-01-12 22:07:09 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
|
2022-08-15 13:19:48 +02:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
|
2020-07-22 14:04:40 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.Redist.MSM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL",
|
2022-01-12 09:55:46 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL.ARM",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL.ARM64",
|
2020-07-22 14:04:40 +03:00
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL.ARM64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.ATL.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC.ARM.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC.ARM64.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.v141.MFC.Spectre",
|
|
|
|
|
"Microsoft.VisualStudio.Component.VC.14.25.x86.x64",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.16299",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.17134",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.17763",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
|
2021-09-06 07:08:45 -07:00
|
|
|
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
|
2021-10-06 18:47:15 +03:00
|
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
|
2020-07-22 14:04:40 +03:00
|
|
|
"Microsoft.VisualStudio.Component.WinXP",
|
|
|
|
|
"Microsoft.VisualStudio.Component.Workflow",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.CloudServices",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Azure.ResourceManager.Tools",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang",
|
|
|
|
|
"Microsoft.VisualStudio.ComponentGroup.Web.CloudTools",
|
2020-09-04 12:09:39 +04:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.UWP.VC",
|
2021-08-23 19:51:55 +03:00
|
|
|
"Microsoft.VisualStudio.ComponentGroup.UWP.VC.v141",
|
2020-07-22 14:04:40 +03:00
|
|
|
"Microsoft.VisualStudio.Workload.Azure",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Data",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.DataScience",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.ManagedGame",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeGame",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NativeMobile",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NetCoreTools",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NetCrossPlat",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.NetWeb",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Node",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Office",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Python",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.Universal",
|
|
|
|
|
"Microsoft.VisualStudio.Workload.VisualStudioExtension",
|
|
|
|
|
"Component.MDD.Linux",
|
|
|
|
|
"Component.MDD.Linux.GCC.arm"
|
2020-09-09 08:55:15 +04:00
|
|
|
],
|
|
|
|
|
"vsix": [
|
2021-04-23 19:38:43 +03:00
|
|
|
"ProBITools.MicrosoftAnalysisServicesModelingProjects",
|
|
|
|
|
"SSIS.SqlServerIntegrationServicesProjects",
|
|
|
|
|
"ProBITools.MicrosoftReportProjectsforVisualStudio",
|
|
|
|
|
"VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects",
|
2022-01-21 18:40:37 +03:00
|
|
|
"ms-biztalk.BizTalk",
|
|
|
|
|
"WixToolset.WixToolsetVisualStudio2019Extension"
|
2020-07-22 14:04:40 +03:00
|
|
|
]
|
2020-09-29 10:57:30 +03:00
|
|
|
},
|
|
|
|
|
"docker": {
|
|
|
|
|
"images": [
|
|
|
|
|
"mcr.microsoft.com/windows/servercore:ltsc2019",
|
|
|
|
|
"mcr.microsoft.com/windows/nanoserver:1809",
|
|
|
|
|
"mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019",
|
|
|
|
|
"mcr.microsoft.com/dotnet/framework/runtime:4.8-windowsservercore-ltsc2019",
|
2021-04-09 13:04:31 +05:00
|
|
|
"mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019"
|
2024-01-22 21:29:42 +01:00
|
|
|
],
|
|
|
|
|
"components": {
|
2024-06-05 12:27:31 +02:00
|
|
|
"docker": "26.1.3",
|
|
|
|
|
"compose": "2.27.1"
|
|
|
|
|
}
|
2020-10-08 16:57:24 +03:00
|
|
|
},
|
|
|
|
|
"pipx": [
|
|
|
|
|
{
|
|
|
|
|
"package": "yamllint",
|
2020-10-09 09:37:58 +03:00
|
|
|
"cmd": "yamllint --version"
|
2020-10-08 16:57:24 +03:00
|
|
|
}
|
2020-11-10 01:15:37 +03:00
|
|
|
],
|
2021-10-28 22:17:05 +03:00
|
|
|
"selenium": {
|
2023-11-28 15:08:03 +01:00
|
|
|
"version": "4"
|
2021-10-28 22:17:05 +03:00
|
|
|
},
|
2021-08-01 15:10:59 +03:00
|
|
|
"npm": {
|
|
|
|
|
"global_packages": [
|
|
|
|
|
{ "name": "yarn", "test": "yarn --version" },
|
|
|
|
|
{ "name": "newman", "test": "newman --version" },
|
|
|
|
|
{ "name": "lerna", "test": "lerna --version" },
|
|
|
|
|
{ "name": "typescript", "test": "tsc --version" },
|
|
|
|
|
{ "name": "cordova" },
|
|
|
|
|
{ "name": "grunt-cli", "test": "grunt --version" },
|
|
|
|
|
{ "name": "gulp-cli", "test": "gulp --version" },
|
2022-05-31 01:24:33 +02:00
|
|
|
{ "name": "parcel", "test": "parcel --version"},
|
2021-08-01 15:10:59 +03:00
|
|
|
{ "name": "webpack" },
|
|
|
|
|
{ "name": "webpack-cli" },
|
|
|
|
|
{ "name": "node-sass" }
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-01-06 21:26:37 +01:00
|
|
|
"serviceFabric": {
|
|
|
|
|
"runtime": {
|
2023-10-11 11:02:59 +02:00
|
|
|
"version": "9.1.1436.9590",
|
2023-12-14 20:57:47 +01:00
|
|
|
"checksum": "089F9BE6A63AF66C337E507B52082575C8ED330DF765259C6F2F13F900DA96D5"
|
2023-01-06 21:26:37 +01:00
|
|
|
},
|
|
|
|
|
"sdk": {
|
2023-10-11 11:02:59 +02:00
|
|
|
"version": "6.1.1436",
|
2023-12-14 20:57:47 +01:00
|
|
|
"checksum": "D2A6B58315D08B6E46C2D25E91DFA1163136F70A5FA8CEF9DB147F07EE001AD1"
|
2023-01-06 21:26:37 +01:00
|
|
|
}
|
|
|
|
|
},
|
2020-11-10 01:15:37 +03:00
|
|
|
"dotnet": {
|
|
|
|
|
"versions": [
|
2023-11-15 11:22:43 +01:00
|
|
|
"6.0",
|
2024-05-14 09:40:03 +02:00
|
|
|
"7.0",
|
|
|
|
|
"8.0"
|
2021-08-01 15:10:59 +03:00
|
|
|
],
|
2022-01-18 13:31:51 +00:00
|
|
|
"tools": [
|
|
|
|
|
{ "name": "nbgv", "test": "nbgv --version", "getversion": "nbgv --version" }
|
|
|
|
|
],
|
2021-08-01 15:10:59 +03:00
|
|
|
"warmup": true
|
2021-07-08 06:23:07 -07:00
|
|
|
},
|
|
|
|
|
"choco": {
|
|
|
|
|
"common_packages": [
|
|
|
|
|
{ "name": "7zip.install" },
|
2021-08-05 17:16:04 +02:00
|
|
|
{ "name": "aria2" },
|
2021-07-08 06:23:07 -07:00
|
|
|
{ "name": "azcopy10" },
|
|
|
|
|
{ "name": "Bicep" },
|
2024-08-13 21:48:19 +05:30
|
|
|
{ "name": "gitversion.portable"},
|
2021-07-08 06:23:07 -07:00
|
|
|
{ "name": "innosetup" },
|
|
|
|
|
{ "name": "jq" },
|
|
|
|
|
{ "name": "NuGet.CommandLine" },
|
|
|
|
|
{ "name": "packer" },
|
2023-10-20 22:17:58 +02:00
|
|
|
{
|
|
|
|
|
"name": "strawberryperl" ,
|
|
|
|
|
"args": [ "--version", "5.32.1.1" ]
|
|
|
|
|
},
|
2021-07-08 06:23:07 -07:00
|
|
|
{ "name": "pulumi" },
|
|
|
|
|
{ "name": "swig" },
|
|
|
|
|
{ "name": "vswhere" },
|
|
|
|
|
{
|
|
|
|
|
"name": "julia",
|
|
|
|
|
"args": [ "--ia", "/DIR=C:\\Julia" ]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "cmake.install",
|
|
|
|
|
"args": [ "--installargs", "ADD_CMAKE_TO_PATH=\"System\"" ]
|
2022-09-16 10:23:13 +02:00
|
|
|
},
|
|
|
|
|
{ "name": "imagemagick" }
|
2021-07-08 06:23:07 -07:00
|
|
|
]
|
2021-10-30 14:03:05 +03:00
|
|
|
},
|
|
|
|
|
"node": {
|
2023-02-12 19:42:41 +01:00
|
|
|
"default": "18"
|
2021-11-10 21:43:42 +03:00
|
|
|
},
|
2023-03-05 11:41:43 +01:00
|
|
|
"maven": {
|
|
|
|
|
"version": "3.8"
|
|
|
|
|
},
|
2021-11-26 11:52:02 +03:00
|
|
|
"mysql": {
|
2023-09-29 12:35:23 +02:00
|
|
|
"version": "5.7",
|
|
|
|
|
"signature": "DD34D7C71F160972DE0CE25B695A0D6A9C95BD91"
|
2021-11-11 17:18:39 +03:00
|
|
|
},
|
2021-11-10 21:43:42 +03:00
|
|
|
"mongodb": {
|
2023-09-22 10:52:16 +02:00
|
|
|
"version": "5.0",
|
|
|
|
|
"signature": "F2D7C28591847BB2CB2B1C2A0C59459FDC728A38"
|
2021-11-15 12:54:35 +03:00
|
|
|
},
|
2021-12-16 02:57:04 -05:00
|
|
|
"nsis": {
|
2024-04-18 09:10:14 -04:00
|
|
|
"version": "3.10"
|
2021-12-16 02:57:04 -05:00
|
|
|
},
|
2021-11-16 11:32:09 +03:00
|
|
|
"php": {
|
2024-03-04 08:10:45 -08:00
|
|
|
"version": "8.3"
|
2021-11-16 11:32:09 +03:00
|
|
|
},
|
2021-11-15 12:54:35 +03:00
|
|
|
"llvm": {
|
2024-06-08 11:02:11 +02:00
|
|
|
"version": "18"
|
2021-11-16 11:38:03 +03:00
|
|
|
},
|
|
|
|
|
"postgresql": {
|
2024-06-08 11:02:11 +02:00
|
|
|
"version": "14.12.1",
|
2023-10-11 11:02:59 +02:00
|
|
|
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9"
|
2021-12-08 10:39:42 +03:00
|
|
|
},
|
|
|
|
|
"kotlin": {
|
2023-11-28 15:08:03 +01:00
|
|
|
"version": "latest"
|
2023-03-28 10:42:14 +02:00
|
|
|
},
|
|
|
|
|
"openssl": {
|
|
|
|
|
"version": "1.1.1"
|
2023-12-28 11:18:57 +01:00
|
|
|
},
|
|
|
|
|
"pwsh": {
|
2024-01-25 10:22:30 +01:00
|
|
|
"version": "7.4"
|
2020-11-10 01:15:37 +03:00
|
|
|
}
|
2020-08-15 06:17:07 +02:00
|
|
|
}
|