stabilize tests
This commit is contained in:
@@ -99,4 +99,10 @@
|
||||
|
||||
<Copy SourceFiles="@(ScannerLangAnalyzerPluginArtifacts)" DestinationFolder="$(ScannerLangAnalyzerPluginOutputDirectory)" SkipUnchangedFiles="true" />
|
||||
</Target>
|
||||
<!-- Enable Microsoft Testing Platform for all xUnit v3 projects (including those that set UseXunitV3 in their csproj).
|
||||
This must be in targets (not props) because non-.Tests projects set UseXunitV3 in their project file,
|
||||
which is evaluated after Directory.Build.props but before Directory.Build.targets. -->
|
||||
<PropertyGroup Condition="'$(UseXunitV3)' == 'true' and '$(TestingPlatformDotnetTestSupport)' == ''">
|
||||
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user