msbuild/testenvironments.json

16 строки
295 B
JSON

{
"version": "1",
"environments": [
{
"name": "WSL-Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu"
},
{
"name": "docker dotnet 7.0",
"type": "docker",
"dockerImage": "mcr.microsoft.com/dotnet/sdk:7.0"
}
]
}