File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments