From f95bba5aa2aef925455b045e8dec4a603c991e35 Mon Sep 17 00:00:00 2001 From: Dimitri Vranken Date: Mon, 13 Feb 2023 11:54:41 +0100 Subject: [PATCH] Added configuration for running tests in WSL on windows See https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022 --- testenvironments.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testenvironments.json diff --git a/testenvironments.json b/testenvironments.json new file mode 100644 index 0000000..14b2763 --- /dev/null +++ b/testenvironments.json @@ -0,0 +1,10 @@ +{ + "version": "1", + "environments": [ + { + "name": "Ubuntu", + "type": "wsl", + "wslDistribution": "Ubuntu" + } + ] +} \ No newline at end of file