Bump MSTest to 3.8.3 and enable its new Analyzers
This commit is contained in:
parent
aea450542a
commit
85dd9c816a
|
@ -18,7 +18,7 @@
|
|||
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.4" />
|
||||
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
|
||||
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
||||
<PackageVersion Include="MSTest" Version="3.7.1" />
|
||||
<PackageVersion Include="MSTest" Version="3.8.3" />
|
||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
<PackageVersion Include="Nullable" Version="1.3.1" />
|
||||
<PackageVersion Include="PolySharp" Version="1.15.0" />
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<Import Project="../TestProjects.props" />
|
||||
<PropertyGroup>
|
||||
<DefineConstants Condition=" '$(ContinuousIntegrationBuild)' == 'true' ">$(DefineConstants);SKIP_PLATFORM_TESTS</DefineConstants>
|
||||
<MSTestAnalysisMode>All</MSTestAnalysisMode>
|
||||
<RunSettingsFilePath>$(MSBuildProjectDirectory)/../MainSln.runsettings</RunSettingsFilePath>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue