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">
|
<Target Name="Helix" DependsOnTargets="Restore">
|
||||||
<MSBuild Projects="$(MSBuildThisFileDirectory)..\eng\helix\helix.proj"
|
<MSBuild Projects="$(MSBuildThisFileDirectory)..\eng\helix\helix.proj"
|
||||||
Targets="Test"
|
Targets="Test"
|
||||||
|
Properties="$(BuildProperties);$(SolutionProperties);"
|
||||||
ContinueOnError="ErrorAndStop" />
|
ContinueOnError="ErrorAndStop" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter>
|
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter>
|
||||||
<IsExternal>true</IsExternal>
|
<IsExternal>true</IsExternal>
|
||||||
<Creator>aspnetcore</Creator>
|
<Creator>aspnetcore</Creator>
|
||||||
|
<SkipInvalidConfigurations>true</SkipInvalidConfigurations>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="Gather" BeforeTargets="Build">
|
<Target Name="Gather" BeforeTargets="Build">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue