dotnet / buildtools

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

Do not log a warning when a retry will happen #2271

Closed mmitche closed 4 years ago

mmitche commented 4 years ago

Because a retry logged a warning, even though upload passed on the second try, cli enables warnings-as-errors and the build will fail.

mmitche commented 4 years ago

since this is only for release branches, could consider upping retry time and count. LGTM though.

I think this is the first time we've hit this consistently. In my local testing, we never make it past one retry.