Files
sqltoolsservice/build.json
Lewis Sanchez b7360ea17f 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
2022-05-02 14:41:58 -07:00

49 lines
1.6 KiB
JSON

{
"UseSystemDotNetPath": "true",
"DotNetFolder": ".dotnet",
"DotNetInstallScriptURL": "https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/",
"DotNetChannel": "preview",
"DotNetVersion": "5.0.301",
"BuildToolsFolder": ".tools",
"ArtifactsFolder": "artifacts",
"PackageName": "Microsoft.SqlTools.ServiceLayer",
"TestProjects": {
"Microsoft.SqlTools.ServiceLayer.UnitTests": [
"net6.0"
],
"Microsoft.Kusto.ServiceLayer.UnitTests": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.TestEnvConfig": [
"net6.0"
],
"Microsoft.SqlTools.ServiceLayer.IntegrationTests": [
"net6.0"
]
},
"Frameworks": [
"net6.0"
],
"MainProjects": [
"Microsoft.SqlTools.Credentials",
"Microsoft.SqlTools.ResourceProvider",
"Microsoft.Kusto.ServiceLayer",
"Microsoft.SqlTools.ServiceLayer"
],
"PackageProjects": [
"Microsoft.SqlTools.Hosting"
],
"PackagePublishedProjects": [
"Microsoft.SqlToolsService",
"runtime.centos.7-x64.native.Microsoft.SqlToolsService",
"runtime.debian.8-x64.native.Microsoft.SqlToolsService",
"runtime.fedora.23-x64.native.Microsoft.SqlToolsService",
"runtime.linux-x64.native.Microsoft.SqlToolsService",
"runtime.opensuse.13.2-x64.native.Microsoft.SqlToolsService",
"runtime.osx-x64.native.Microsoft.SqlToolsService",
"runtime.rhel.7.2-x64.native.Microsoft.SqlToolsService",
"runtime.ubuntu.14.04-x64.native.Microsoft.SqlToolsService",
"runtime.ubuntu.16.04-x64.native.Microsoft.SqlToolsService",
"runtime.win-x64.native.Microsoft.SqlToolsService"
]
}