Skip to content
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

[package-extractor] Fix an issue with the 'folderToCopy' option. #4451

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

iclanton
Copy link
Member

Summary

Fixes #4444. This issue was introduced with this fix: #4373

Details

Contrary to the documentation, the folderToCopy option was calling path.dirname on the folder's path and appending that to the target folder path. That step is removed in this PR.

How it was tested

Updated the unit test.

Impacted documentation

None.

@iclanton iclanton merged commit dc7e146 into microsoft:main Dec 11, 2023
5 checks passed
@iclanton iclanton deleted the fix-deploy-folder branch December 12, 2023 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[rush] Regression: folderToCopy creates subfolder in deploy folder
2 participants