-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Ignore Authenticate Reunion NuGet sources #11145
Conversation
Maybe the token expired? I had to create a PAT for the service connection Also, we use it for the reunion maestro: https://github.com/dotnet/maui/pulls/app%2Freunion-maestro |
/backport to net7.0 |
Started backporting to net7.0: https://github.com/dotnet/maui/actions/runs/3411158906 |
@rmarinho backporting to net7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Ignore Authenticate Reunion NuGet sources
Applying: Try install .net after provisioning run
error: sha1 information is lacking or useless (eng/pipelines/common/provision.yml).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0002 Try install .net after provisioning run
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! |
@rmarinho an error occurred while backporting to net7.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
* Ignore Authenticate Reunion NuGet sources * Try install .net after provisioning run * Fix identation # Conflicts: # eng/pipelines/common/provision.yml
* Ignore Authenticate Reunion NuGet sources (#11145) * Ignore Authenticate Reunion NuGet sources * Try install .net after provisioning run * Fix identation # Conflicts: # eng/pipelines/common/provision.yml * Fix bad merge on provisionator version
Description of Change