Merge all changes
This commit is contained in:
@@ -136,12 +136,6 @@
|
||||
<UseXunitV3>true</UseXunitV3>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Test projects: no additional suppressions -->
|
||||
<PropertyGroup Condition="$([System.String]::Copy('$(MSBuildProjectName)').EndsWith('Tests')) or
|
||||
$([System.String]::Copy('$(MSBuildProjectDirectory)').Contains('__Tests')) or
|
||||
$([System.String]::Copy('$(MSBuildProjectName)').StartsWith('StellaOps.Integration.'))">
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Concelier shared test infrastructure (only when paths exist and not opted out) -->
|
||||
<ItemGroup Condition="$([System.String]::Copy('$(MSBuildProjectName)').EndsWith('.Tests')) and '$(UseConcelierTestInfra)' != 'false'">
|
||||
<Compile Include="$(ConcelierSharedTestsPath)AssemblyInfo.cs" Link="Shared\AssemblyInfo.cs" Condition="'$(ConcelierSharedTestsPath)' != ''" />
|
||||
|
||||
Reference in New Issue
Block a user