Publish helix tests in release (#8104)
Fixes: https://github.com/aspnet/AspNetCore/issues/8103
This commit is contained in:
parent
1830f4f0dd
commit
01ce2836c8
|
|
@ -154,6 +154,7 @@
|
|||
<Target Name="Helix" DependsOnTargets="Restore">
|
||||
<MSBuild Projects="$(MSBuildThisFileDirectory)..\eng\helix\helix.proj"
|
||||
Targets="Test"
|
||||
Properties="$(BuildProperties);$(SolutionProperties);"
|
||||
ContinueOnError="ErrorAndStop" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter>
|
||||
<IsExternal>true</IsExternal>
|
||||
<Creator>aspnetcore</Creator>
|
||||
<SkipInvalidConfigurations>true</SkipInvalidConfigurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="Gather" BeforeTargets="Build">
|
||||
|
|
|
|||
Loading…
Reference in New Issue