revert revert
This commit is contained in:
2025-02-25 11:08:35 +00:00
parent 84538e16e2
commit db6211c7f8
11 changed files with 172 additions and 84 deletions

17
testEnvironments.json Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "1",
"environments": [
// See https://aka.ms/remotetesting for more details
// about how to configure remote environments.
//{
// "name": "WSL Ubuntu",
// "type": "wsl",
// "wslDistribution": "Ubuntu"
//},
//{
// "name": "Docker dotnet/sdk",
// "type": "docker",
// "dockerImage": "mcr.microsoft.com/dotnet/sdk"
//}
]
}