Skip to content

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Oct 30, 2020

  • Somehow the async nuget push got lost at some point. This resolves this by asynchronously waiting for process exit.
  • Fixes an issue where we would log the output of all nuget failures even in non-failure cases, if another failure happened. The primary case for this is if a package push fails, but the file on the feed is the same as what we are pushing. This is not an error case, but if another operation in publishing fails, we'll erroneously log it.
  • Fixes an issue where we would not log a package as succcesfully pushed if there was another error in publishing.

- Somehow the async nuget push got lost at some point. This resolves this by asynchronously waiting for process exit.
- Fixes an issue where we would log the output of all nuget failures even in non-failure cases, if another failure happened. The primary case for this is if a package push fails, but the file on the feed is the same as what we are pushing. This is not an error case, but if another operation in publishing fails, we'll erroneously log it.
- Fixes an issue where we would not log a package as succcesfully pushed if there was another error in publishing.
@mmitche
Copy link
Member Author

mmitche commented Oct 30, 2020

@ViktorHofer Fixes #6493

@mmitche mmitche merged commit b0d840c into dotnet:master Nov 2, 2020
@mmitche mmitche deleted the fix-async-nuget-push branch November 2, 2020 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants