-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Revert "Enhance Remove-Item to work with OneDrive (#14902)" #15253
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
Conversation
This reverts commit fafc38f.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/azp list |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/azp run PowerShell-CI-Windows-daily |
Azure Pipelines successfully started running 1 pipeline(s). |
@iSazonov #14902 caused an issue with
|
@@ -1863,7 +1863,7 @@ internal static string GetFormatStyleString(FormatStyle formatStyle) | |||
|
|||
if (ExperimentalFeature.IsEnabled("PSAnsiRendering")) | |||
{ | |||
PSStyle psstyle = PSStyle.Instance; | |||
PSStyle psstyle = PSStyle.Instance; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra white space?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, will remove in follow PR.
I wonder how was CIs passed in the PR. Should we fix anything in CIs? |
@iSazonov No the daily CI run serially. You should open a new PR and fix the issue in the remove-item code. |
PR Summary
We have been having issues with Remove-Item -Recure -Force failing since fafc38f.
So, reverting that commit until the issue has been addressed.
PR Context
https://dev.azure.com/powershell/PowerShell/_build/results?buildId=76645&view=logs&j=719313b2-5d75-51d7-9f16-928d568dcba1&t=51cacb73-0bf2-5113-ddc2-bada8ccfae1e&l=114
Tests were failing with:
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).