We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155197a commit 2731cfcCopy full SHA for 2731cfc
build/repo.targets
@@ -295,9 +295,11 @@
295
<DefaultHelixTestTimeout>00:30:00</DefaultHelixTestTimeout>
296
</PropertyGroup>
297
298
- <Target Name="Helix" DependsOnTargets="GetTestAssemblies;Restore">
+ <!-- <Target Name="Helix" DependsOnTargets="GetTestAssemblies;Restore"> -->
299
+ <Target Name="Helix" DependsOnTargets="Restore">
300
<ItemGroup>
- <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" />
303
</ItemGroup>
304
<PropertyGroup>
305
<HelixTestProjects>@(CsProjects)</HelixTestProjects>
0 commit comments