Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit 27cd65d

Browse files
author
Nate McMaster
committed
1 parent edb48cc commit 27cd65d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/repo.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<ItemGroup>
3+
<ExcludeFromTest Include="$(RepositoryRoot)test\ef.Tests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
4+
</ItemGroup>
5+
</Project>

build/repo.targets

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<Project>
2-
3-
<ItemGroup>
4-
<ExcludeFromTest Include="$(RepositoryRoot)test\ef.Tests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
5-
</ItemGroup>
6-
72
<Target Name="Compile_x86" AfterTargets="Compile">
83
<MSBuild Projects="$(MSBuildThisFileDirectory)..\src\ef\ef.csproj"
94
Properties="TargetFramework=net451;Platform=x86;RuntimeIdentifier=win7-x86;Configuration=$(Configuration)"
105
Targets="Build" />
116
</Target>
12-
</Project>
7+
</Project>

0 commit comments

Comments
 (0)