-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update System.CommandLine to the latest version #6340
Conversation
/backport to release/7.0.4xx |
Started backporting to release/7.0.4xx: https://github.com/dotnet/templating/actions/runs/4597034024 |
@vlada-shubina backporting to release/7.0.4xx failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: update System.CommandLine to the latest version
Using index info to reconstruct a base tree...
M eng/Version.Details.xml
M eng/Versions.props
A test/Microsoft.TemplateEngine.Authoring.CLI.UnitTests/ValidateCommandTests.cs
M tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/ExecutableCommand.cs
A tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/validate/ValidateCommand.cs
M tools/Microsoft.TemplateEngine.Authoring.CLI/Program.cs
M tools/Microsoft.TemplateSearch.TemplateDiscovery/Program.cs
Falling back to patching base and 3-way merge...
Auto-merging tools/Microsoft.TemplateSearch.TemplateDiscovery/Program.cs
CONFLICT (content): Merge conflict in tools/Microsoft.TemplateSearch.TemplateDiscovery/Program.cs
Auto-merging tools/Microsoft.TemplateEngine.Authoring.CLI/Program.cs
CONFLICT (modify/delete): tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/validate/ValidateCommand.cs deleted in HEAD and modified in update System.CommandLine to the latest version. Version update System.CommandLine to the latest version of tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/validate/ValidateCommand.cs left in tree.
Auto-merging tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/ExecutableCommand.cs
CONFLICT (content): Merge conflict in tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/ExecutableCommand.cs
CONFLICT (modify/delete): test/Microsoft.TemplateEngine.Authoring.CLI.UnitTests/ValidateCommandTests.cs deleted in HEAD and modified in update System.CommandLine to the latest version. Version update System.CommandLine to the latest version of test/Microsoft.TemplateEngine.Authoring.CLI.UnitTests/ValidateCommandTests.cs left in tree.
Auto-merging eng/Versions.props
CONFLICT (content): Merge conflict in eng/Versions.props
Auto-merging eng/Version.Details.xml
CONFLICT (content): Merge conflict in eng/Version.Details.xml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 update System.CommandLine to the latest version
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@vlada-shubina an error occurred while backporting to release/7.0.4xx, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
@GangWang01 could you please backport to release/7.0.4xx? thank you |
Hi @adamsitnik, please notify us when this PR is ready to be merged |
# Conflicts: # tools/Microsoft.TemplateEngine.Authoring.CLI/Commands/Verify/VerifyCommand.cs
No description provided.