Skip to content

Commit 2731cfc

Browse files
committed
Hardcode project list for now
1 parent 155197a commit 2731cfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build/repo.targets

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,11 @@
295295
<DefaultHelixTestTimeout>00:30:00</DefaultHelixTestTimeout>
296296
</PropertyGroup>
297297

298-
<Target Name="Helix" DependsOnTargets="GetTestAssemblies;Restore">
298+
<!-- <Target Name="Helix" DependsOnTargets="GetTestAssemblies;Restore"> -->
299+
<Target Name="Helix" DependsOnTargets="Restore">
299300
<ItemGroup>
300-
<CsProjects Include="@(ProjectToBuild)" Condition="'%(Extension)' == '.csproj'" />
301+
<!-- <CsProjects Include="@(ProjectToBuild)" Condition="'%(Extension)' == '.csproj'" /> -->
302+
<CsProjects Include="$(MSBuildThisFileDirectory)..\src\Security\Authentication\test\Microsoft.AspNetCore.Authentication.Test.csproj" />
301303
</ItemGroup>
302304
<PropertyGroup>
303305
<HelixTestProjects>@(CsProjects)</HelixTestProjects>

0 commit comments

Comments
 (0)