You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rush version 5.107.4 the folderToCopy option in deploy.json works as documented and places the files in the referenced folder top-level into common/deploy. From version 5.108.0 onwards however a subfolder gets created in common/deploy.
Repro steps
Create a deploy.json with a folderToCopy pointing to a folder with some files
Run rush deploy --overwrite in version 5.107.4 and check common/deploy to see the files top-level
Switch to any version from 5.108.0 to 5.112.1
Run rush deploy --overwrite again and check common/deploy to see the files now inside of a folder with the name of the source folder
Standard questions
Question
Answer
@microsoft/rush globally installed version?
5.112.1
rushVersion from rush.json?
5.112.1
useWorkspaces from rush.json?
true
Operating system?
Mac
Would you consider contributing a PR?
Yes
Node.js version (node -v)?
18.18.4
The text was updated successfully, but these errors were encountered:
Summary
In rush version 5.107.4 the
folderToCopy
option indeploy.json
works as documented and places the files in the referenced folder top-level intocommon/deploy
. From version 5.108.0 onwards however a subfolder gets created incommon/deploy
.Repro steps
deploy.json
with afolderToCopy
pointing to a folder with some filesrush deploy --overwrite
in version 5.107.4 and checkcommon/deploy
to see the files top-levelrush deploy --overwrite
again and checkcommon/deploy
to see the files now inside of a folder with the name of the source folderStandard questions
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: