From 1e4391876b169703022270f7f19a43d7d1e02354 Mon Sep 17 00:00:00 2001 From: abhadauria1 <93645244+abhadauria1@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:21:14 +0530 Subject: [PATCH] User/abhadauria1/adding vs test v3 (#1) (#17160) * added the new major version vsTestV3 added the new major version vsTestV3 * Update CODEOWNERS --- .github/CODEOWNERS | 2 ++ make-options.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 348d76fdf562..c7a2e2b20da1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -417,6 +417,8 @@ Tasks/VsTestV1/ @rasunkar @microsoft\adoautotest Tasks/VsTestV2/ @rasunkar @microsoft\adoautotest +Tasks/VsTestV3/ @rasunkar @microsoft\adoautotest + Tasks/VsTestPlatformToolInstallerV1/ @rasunkar @microsoft\adoautotest Tasks/WindowsMachineFileCopyV1/ @vsebesta @rvairavelu @pipeline-environment-team diff --git a/make-options.json b/make-options.json index e336dce1d994..4218cb3e1a1e 100644 --- a/make-options.json +++ b/make-options.json @@ -183,6 +183,7 @@ "VSBuildV1", "VsTestV1", "VsTestV2", + "VsTestV3", "VsTestPlatformToolInstallerV1", "WindowsMachineFileCopyV1", "WindowsMachineFileCopyV2",