| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
We should consider this for backport to avoid extra work in fixing local mac dev machines, but we should get at least one preview release. |
Sorry, something went wrong.
A new flag for removal is now provided, but by default we will add a new version of dotnet.
|
This PR has 29 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience! Quantification details
Label : Extra Small Size : +17 -12 Percentile : 11.6% Total files changed: 2 Change summary by file extension: .psm1 : +14 -9 .json : +3 -3 Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Sorry, something went wrong.
This is the same fix as PowerShell/PowerShell#17141
|
/backport to release/v7.2.4 |
Sorry, something went wrong.
|
Started backporting to release/v7.2.4: https://github.com/PowerShell/PowerShell/actions/runs/2242321819
|
Sorry, something went wrong.
|
/backport to release/v7.0.11 |
Sorry, something went wrong.
|
Started backporting to release/v7.0.11: https://github.com/PowerShell/PowerShell/actions/runs/2295866950
|
Sorry, something went wrong.
|
Travis Plunk (@TravisEz13) backporting to release/v7.0.11 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Allow multiple installations of dotnet.
Using index info to reconstruct a base tree...
M build.psm1
Falling back to patching base and 3-way merge...
Auto-merging build.psm1
CONFLICT (content): Merge conflict in build.psm1
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Allow multiple installations of dotnet.
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 128Please backport manually! |
Sorry, something went wrong.
|
Have Jim do the backport once we open the 7.0.12 branch. This is not required. |
Sorry, something went wrong.
|
🎉v7.3.0-preview.4 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
This is the same fix as PowerShell/PowerShell#17141
|
/backport to release/v7.0.12 |
Sorry, something went wrong.
|
Not needed for release. This makes working on mac easier, no effect during the release process |
Sorry, something went wrong.
This is the same fix as PowerShell/PowerShell#17141
This is the same fix as PowerShell/PowerShell#17141
* Allow multiple installations of dotnet. A new flag for removal is now provided, but by default we will add a new version of dotnet. * Add updated CG manifest.
| Back | FazBrowse Home | New Git URL |
A new flag for removal is now provided, but by default we will add a new version of dotnet.
PR Summary
This adds the proper flag to not damage a new installation of dotnet if one exists.
Additionally, we will no longer automatically delete previous versions of dotnet. Previous versions of dotnet may still be removed by using the new -RemovePreviousVersion parameter of Install-Dotnet
PR Context
Current install-dotnet will break dotnet use if another version already exists. This PR adds the -skipnonversionedfiles parameter when calling dotnet-install which avoids this behavior.
PR Checklist
(which runs in a different PS Host).