Tests on pipeline (#10244)

This commit is contained in:
Mykhailo Pylyp
2021-03-16 17:29:20 +02:00
committed by GitHub
parent 0413fe944f
commit 1d2aeaf147
11 changed files with 51 additions and 37 deletions

View File

@@ -33,8 +33,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.2" />
</ItemGroup>
<ItemGroup>