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

@@ -29,8 +29,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<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>
<Compile Update="WebBrowserExtUnitTests.cs" />