mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 09:35:38 -05:00
* Modified build.yml to run code coverage and modified logfilename to nunit.trx * Changed logfilename for Kusto and SqlTools for Unit Tests. Added codeCoverage flag to SqlTools * Added Kusto PublishTestResults task. Changed SqlTools testresult to use SqlTools.ServiceLayer.UnitTests.trx * Added Microsoft.NET.Test.Sdk to Kusto.ServiceLayer. Changed build.yml to not PublishTestResults for Kusto. * Removed reference to Microsoft.NET.Test.Sdk in Kusto.ServiceLayer. Removed PublishTestResults from ServiceLayer.UnitTests. * Added testRunTitle to Kusto and SqlTools test tasks