Publish helix tests in release (#8104)

Fixes: https://github.com/aspnet/AspNetCore/issues/8103
This commit is contained in:
Pavel Krymets 2019-03-01 15:48:48 -08:00 committed by GitHub
parent 1830f4f0dd
commit 01ce2836c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -21,6 +21,7 @@
<EnableAzurePipelinesReporter>false</EnableAzurePipelinesReporter>
<IsExternal>true</IsExternal>
<Creator>aspnetcore</Creator>
<SkipInvalidConfigurations>true</SkipInvalidConfigurations>
</PropertyGroup>
<Target Name="Gather" BeforeTargets="Build">