Add an ADO yaml file for integration tests (#1035)

* enable code coverage for ADO test run

* fix debugtype default

* use file name instead of guid

* use wildcard for test dll name
This commit is contained in:
David Shiflet
2020-08-02 15:05:17 -04:00
committed by GitHub
parent 2d801770d1
commit 79e81a69b2
9 changed files with 91 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Folder Include="Localization\transXliff\" />