From b7360ea17fbaf2a36da9360e5f7de5e5330660d3 Mon Sep 17 00:00:00 2001 From: Lewis Sanchez <87730006+lewis-sanchez@users.noreply.github.com> Date: Mon, 2 May 2022 14:41:58 -0700 Subject: [PATCH] Add Tools Integration Test Project to STS Build Pipeline (#1480) * Adds integration tests to build pipeline * Yaml syntax error fix attempt 1 * Gets rid of regex csproj strings * Removes quotes around projects * Corrects yaml formatting * Makes corrections to yaml file for integration tests * Adds TestEnvConfig and IntegrationTests to build.json and cleans yml * Removes STS integration tests from build.yml --- build.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.json b/build.json index a2b23a6d..f9081f2e 100644 --- a/build.json +++ b/build.json @@ -13,6 +13,12 @@ ], "Microsoft.Kusto.ServiceLayer.UnitTests": [ "net6.0" + ], + "Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [ + "net6.0" + ], + "Microsoft.SqlTools.ServiceLayer.IntegrationTests": [ + "net6.0" ] }, "Frameworks": [