Skip to content

fix issue with hash file gettting created before we have finished get-childitem#16170

Merged
TravisEz13 merged 1 commit intoPowerShell:masterfrom
TravisEz13:fix-hashes
Sep 28, 2021
Merged

fix issue with hash file gettting created before we have finished get-childitem#16170
TravisEz13 merged 1 commit intoPowerShell:masterfrom
TravisEz13:fix-hashes

Conversation

@TravisEz13
Copy link
Copy Markdown
Member

PR Summary

fix issue with hash file gettting created before we have finished get-childitem

PR Context

PR Checklist

Out-File -Path $OutputPath -Append
}
$srcPaths = @($Path)
$packages = Get-ChildItem -Path $srcPaths -Include * -Recurse
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include * is not required.

@TravisEz13 TravisEz13 merged commit 7f36609 into PowerShell:master Sep 28, 2021
@TravisEz13 TravisEz13 deleted the fix-hashes branch September 28, 2021 23:58
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Oct 15, 2021
@ghost
Copy link
Copy Markdown

ghost commented Dec 16, 2021

🎉v7.3.0-preview.1 has been released which incorporates this pull request.:tada:

Handy links:

TrapGodBrim pushed a commit to TrapGodBrim/PowerShell that referenced this pull request Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants