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
This commit is contained in:
Lewis Sanchez
2022-05-02 14:41:58 -07:00
committed by GitHub
parent 224c5c742c
commit b7360ea17f

View File

@@ -13,6 +13,12 @@
],
"Microsoft.Kusto.ServiceLayer.UnitTests": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
"net6.0"
]
},
"Frameworks": [