Skip to content

Conversation

@chenlei-yang
Copy link
Contributor

@chenlei-yang chenlei-yang commented Jul 22, 2020

Description

Fix issue #12456. Under Linux and macOS, when deleting PowerShell runtime files, one command contains $_.FullName, but for some reason that $_ didn't be recognized. A method to fix this is to add {} to involve $_.

Checklist

  • I have read the Submitting Changes section of CONTRIBUTING.md
  • The title of the PR is clear and informative
  • The appropriate ChangeLog.md file(s) has been updated:
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header -- no new version header should be added
  • The PR does not introduce breaking changes
  • If applicable, the changes made in the PR have proper test coverage
  • For public API changes to cmdlets:
    • a cmdlet design review was approved for the changes in this repository (Microsoft internal only)
    • the markdown help files have been regenerated using the commands listed here

@chenlei-yang chenlei-yang linked an issue Jul 22, 2020 that may be closed by this pull request
@wyunchi-ms wyunchi-ms merged commit 42938ad into Azure:master Jul 22, 2020
@andreygoran andreygoran mentioned this pull request Aug 2, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build problem under Linux/macOS

2 participants