Revert "Enhance Remove-Item to work with OneDrive (#14902)"#15253
Merged
TravisEz13 merged 1 commit intomasterfrom Apr 16, 2021
Merged
Revert "Enhance Remove-Item to work with OneDrive (#14902)"#15253TravisEz13 merged 1 commit intomasterfrom
TravisEz13 merged 1 commit intomasterfrom
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.
Member
Author
|
/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.
Member
Author
|
/azp run PowerShell-CI-Windows-daily |
|
Azure Pipelines successfully started running 1 pipeline(s). |
rjmholt
approved these changes
Apr 16, 2021
Collaborator
|
@iSazonov #14902 caused an issue with |
| if (ExperimentalFeature.IsEnabled("PSAnsiRendering")) | ||
| { | ||
| PSStyle psstyle = PSStyle.Instance; | ||
| PSStyle psstyle = PSStyle.Instance; |
Collaborator
There was a problem hiding this comment.
Yes, will remove in follow PR.
Collaborator
|
I wonder how was CIs passed in the PR. Should we fix anything in CIs? |
22 tasks
Member
Author
|
@iSazonov No the daily CI run serially. You should open a new PR and fix the issue in the remove-item code. |
rkeithhill
pushed a commit
to rkeithhill/PowerShell
that referenced
this pull request
May 3, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).