Redesign the subset feature (#34663)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 8 Apr 2020 01:09:31 +0000 (03:09 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 01:09:31 +0000 (03:09 +0200)
commit8e0147ecdfd2717362ca0a859089968bad17aefc
tree8ad1d813a735b0468ded51991903693a7a3e0211
parent6ca5d511a15ff411fef52ffaf2cd9908bc66551e
Redesign the subset feature (#34663)

* Redesign subset feature and remove subsetcategory

Implement proposal from https://github.com/dotnet/runtime/issues/34403.
Remove subsetcategory and allow all subsets to specified via the -subset
switch.
28 files changed:
docs/workflow/README.md
docs/workflow/building/coreclr/README.md
docs/workflow/building/coreclr/cross-building.md
docs/workflow/building/coreclr/linux-instructions.md
docs/workflow/building/coreclr/osx-instructions.md
docs/workflow/building/libraries/README.md
docs/workflow/building/mono/README.md
docs/workflow/testing/libraries/testing.md
eng/SubsetValidation.targets
eng/Subsets.props
eng/build.ps1
eng/build.sh
eng/docker/build-docker-sdk.ps1
eng/docker/libraries-sdk.linux.Dockerfile
eng/pipelines/coreclr/templates/build-corelib-job.yml
eng/pipelines/coreclr/templates/build-job.yml
eng/pipelines/global-build.yml
eng/pipelines/installer/jobs/base-job.yml
eng/pipelines/libraries/base-job.yml
eng/pipelines/libraries/build-job.yml
eng/pipelines/libraries/build-test-job.yml
eng/pipelines/libraries/enterprise/linux.yml
eng/pipelines/libraries/run-test-job.yml
eng/pipelines/mono/templates/build-job.yml
eng/pipelines/official/jobs/prepare-signed-artifacts.yml
src/libraries/Common/src/System/Net/Http/aspnetcore/ReadMe.SharedCode.md
src/libraries/Common/tests/StaticTestGenerator/README.md
src/libraries/Common/tests/System/Net/EnterpriseTests/setup/README.md