dotnet / buildtools

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

Add property to allow empty items to push (#2202) #2203

Closed mmitche closed 5 years ago

mmitche commented 5 years ago

aspnet-Extensions ocassionally has no items to push to the prodcon feed (if no packages are being patches). We could remove this repo from the build, but it does have valuable testing that pulls in the latest netcoreapp. The other alternative is to rework the way that aspnet-Extensions uses the push to blob feed targets, but this is more work and doesn't end up pushing the manifest.

mmitche commented 5 years ago

This fix should have been done in 2.2 (though fine in 3.0)