Added configuration for running tests in WSL on windows

See https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022
This commit is contained in:
Dimitri Vranken 2023-02-13 11:54:41 +01:00
parent 6e38b45445
commit f95bba5aa2

10
testenvironments.json Normal file
View file

@ -0,0 +1,10 @@
{
"version": "1",
"environments": [
{
"name": "Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu"
}
]
}