dotnet / buildtools

Build tools that are necessary for building the .NET Core projects
477 stars 240 forks source link

Allow different source and target accounts for CopyBlobDirectory #2259

Closed mmitche closed 5 years ago

mmitche commented 5 years ago

@dagood

This is exclusively for use in the dotnet orchestration utilities for 2.1 and 2.2. For whatever reason, that repo is using a master branch of buildtools, so I can't just check this into 2.1 and use that (there are additional changes).

This allows me to automate the process of moving a private 2.1 and 2.2 build into the public locations without any manual steps. This requires a cross-account copy which is most efficiently done by not downloading to an intermediate location first.

Also update the sleet version so that the final package push is a lot faster.