Skip to content

Commit 36e39ed

Browse files
authored
Merge pull request #122 from DataObjects-NET/build-props-tabs-to-spaces
Replace TABs with spaces in the Directory.Build.props
2 parents cf3ce7f + 6374a21 commit 36e39ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
4848
<BaseOutputPath>$(ArtifactsDir)bin\$(Configuration)\</BaseOutputPath>
4949
<BaseOutputPath Condition="$(MSBuildProjectName.Contains('Tests'))
50-
OR $(MSBuildProjectName) == 'TestCommon'
51-
OR $(MSBuildProjectName) == 'Xtensive.Orm.Manual'">$(ArtifactsDir)tests\$(Configuration)\</BaseOutputPath>
50+
OR $(MSBuildProjectName) == 'TestCommon'
51+
OR $(MSBuildProjectName) == 'Xtensive.Orm.Manual'">$(ArtifactsDir)tests\$(Configuration)\</BaseOutputPath>
5252
<OutputPath>$(BaseOutputPath)lib\</OutputPath>
5353
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
5454
<ProjectAssetsFile>$(MSBuildProjectExtensionsPath)project.assets.json</ProjectAssetsFile>

0 commit comments

Comments
 (0)