Skip to content

Commit e8965f2

Browse files
author
=
committed
Debug
1 parent 985efd0 commit e8965f2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

eng/Build.props

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,10 @@
127127
Include="$(RepoRoot)src\Tools\**\*.*proj"
128128
Exclude="$(RepoRoot)src\Tools\FirstRunCertGenerator\Microsoft.AspNetCore.DeveloperCertificates.XPlat.csproj"/>
129129

130-
<!-- Temporary, need to figure out how to resolve custom references in source build -->
131-
<MetaProjects Include="
130+
<DotNetProjects Include="
132131
$(RepoRoot)src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj;
133132
$(RepoRoot)src\Framework\src\Microsoft.AspNetCore.App.Runtime.csproj;
134-
$(RepoRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj;" />
135-
136-
<DotNetProjects Condition="'$(DotNetBuildFromSource)' != 'true'" Include="@(MetaProjects)" />
137-
138-
<DotNetProjects Include="
133+
$(RepoRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj;
139134
$(RepoRoot)src\DefaultBuilder\**\*.*proj;
140135
$(RepoRoot)src\Features\JsonPatch\**\*.*proj;
141136
$(RepoRoot)src\DataProtection\**\*.*proj;

msbuild.binlog

584 KB
Binary file not shown.

0 commit comments

Comments
 (0)