Publish corefx test assets (dotnet/corefx#35473)
authorMike McLaughlin <mikem@microsoft.com>
Fri, 22 Feb 2019 00:43:56 +0000 (16:43 -0800)
committerSantiago Fernandez Madero <safern@microsoft.com>
Fri, 22 Feb 2019 00:43:56 +0000 (16:43 -0800)
commitcd02d08696cf4dedaee84831c9eb6e7c429c6c5c
treef8509a76ff950c6055b6e04e08e0448557985605
parentd97476b640c51ccbeb279057cdc1cf62972630a1
Publish corefx test assets (dotnet/corefx#35473)

* Publish corefx test assets

So coreclr and other repos can run the corefx tests.

New step to publish the test zip files to dotnet-core blob storage.

Publishes the build manifest from above to blob storage path:

https://dotnetfeed.blob.core.windows.net/dotnet-core/corefx-tests/$(Version)/$(TargetOS).$(ArchGroup)/$(TargetGroup)/corefx-test-assets.xml

Declare DotNet-Blob-Feed only in official builds

* Code review feedback.

The blob path should NOT be Normalized.

* WIP

Commit migrated from https://github.com/dotnet/corefx/commit/bfb495d39e2d7b5d7cc0b571ed504670b2faa68c
eng/pipelines/libraries/corefx-base.yml
eng/pipelines/libraries/linux.yml
eng/pipelines/libraries/macos.yml
eng/pipelines/libraries/windows.yml
eng/publish.proj