Use helix to run package tests (dotnet/corefx#34764)
authorSantiago Fernandez Madero <safern@microsoft.com>
Fri, 25 Jan 2019 22:32:50 +0000 (14:32 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Jan 2019 22:32:50 +0000 (14:32 -0800)
commitff81643edcc1c8ba5be528f6017d940cf6b7a353
tree48cba9e344ec180aede7882a46316b11923067f2
parent60e40f4718de11e46fb37de210c998e3f378a74c
Use helix to run package tests (dotnet/corefx#34764)

* Use helix to run package tests

* PR Feedback and fix typo in helix.yml

* Define RestoreSources in packageTest.targets

* Remove restore sources item group and move the property to packageTest.targets

* Use less busy queue, change sendtohelix conditions to use targetgroup

* Move HelixCommand assignment out of target now that is not needed

* Disable azure pipelines reporter for all configurations test results

* PR Feedback and use dotnet blob feed as restore source

Commit migrated from https://github.com/dotnet/corefx/commit/ebfa30454ba9a1dcca6293166cbe486175ec17f1
eng/pipelines/libraries/corefx-base.yml
eng/pipelines/libraries/windows.yml
eng/sendtohelix.proj
src/libraries/pkg/test/frameworkSettings/net/settings.targets
src/libraries/pkg/test/packageTest.targets
src/libraries/pkg/test/project.csproj.template
src/libraries/pkg/test/test.msbuild
src/libraries/pkg/test/testPackages.proj