Skip to content

Commit f807fab

Browse files
committed
GOTCHA!
1 parent 170c696 commit f807fab

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

build/repo.props

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,31 @@
145145
the entire pattern will silently fail to evaluate correctly.
146146
-->
147147
<DotNetProjects Include="
148-
148+
$(RepositoryRoot)src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj;
149+
$(RepositoryRoot)src\Framework\src\Microsoft.AspNetCore.App.Runtime.csproj;
150+
$(RepositoryRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj;
151+
$(RepositoryRoot)src\DefaultBuilder\**\*.*proj;
152+
$(RepositoryRoot)src\Features\JsonPatch\**\*.*proj;
153+
$(RepositoryRoot)src\DataProtection\**\*.*proj;
154+
$(RepositoryRoot)src\Antiforgery\**\*.*proj;
155+
$(RepositoryRoot)src\Hosting\**\*.*proj;
149156
$(RepositoryRoot)src\Http\**\*.*proj;
150-
157+
$(RepositoryRoot)src\Html\**\*.*proj;
158+
$(RepositoryRoot)src\Identity\**\*.*proj;
159+
$(RepositoryRoot)src\Servers\**\*.csproj;
160+
$(RepositoryRoot)src\Security\**\*.*proj;
161+
$(RepositoryRoot)src\SiteExtensions\Microsoft.Web.Xdt.Extensions\**\*.csproj;
162+
$(RepositoryRoot)src\Shared\**\*.*proj;
163+
$(RepositoryRoot)src\Tools\**\*.*proj;
164+
$(RepositoryRoot)src\Middleware\**\*.csproj;
165+
$(RepositoryRoot)src\Razor\**\*.*proj;
166+
$(RepositoryRoot)src\Mvc\**\*.*proj;
167+
$(RepositoryRoot)src\Azure\**\*.*proj;
168+
$(RepositoryRoot)src\MusicStore\**\*.*proj;
169+
$(RepositoryRoot)src\SignalR\**\*.csproj;
170+
$(RepositoryRoot)src\Components\**\*.csproj;
171+
$(RepositoryRoot)src\ProjectTemplates\*\*.csproj;
172+
$(RepositoryRoot)src\ProjectTemplates\testassets\*\*.csproj;
151173
"
152174
Exclude="
153175
@(ProjectToBuild);

eng/targets/Helix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<Target Name="_CreateHelixWorkItem" Condition="$(BuildHelixPayload)">
5454

55-
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="_PublishHelixArchive" RemoveProperties="HelixTargetQueue" />
55+
<MSBuild Projects="$(MSBuildProjectFullPath)" Targets="_PublishHelixArchive" RemoveProperties="HelixTargetQueue;TestRunId" />
5656

5757
<ConvertToAbsolutePath Paths="$(PublishDir)">
5858
<Output TaskParameter="AbsolutePaths" PropertyName="PublishAbsoluteDir" />

0 commit comments

Comments
 (0)