mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
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:
@@ -13,6 +13,12 @@
|
||||
],
|
||||
"Microsoft.Kusto.ServiceLayer.UnitTests": [
|
||||
"net6.0"
|
||||
],
|
||||
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
|
||||
"net6.0"
|
||||
],
|
||||
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
|
||||
"net6.0"
|
||||
]
|
||||
},
|
||||
"Frameworks": [
|
||||
|
||||
Reference in New Issue
Block a user