Prepare Your SFDX Source for Conversion
In this exercise, you will…
- Delete the
profilesdirectory from your SFDX source
Delete the profiles directory from your SFDX source
Since you don’t want to include profiles in your managed package, you’ll need to get rid of them before converting your code back from SFDX source to MDAPI source.
Step 1 of 2: Use the context menu to delete the profiles directory
- In the VS Code Explorer, right-click on the
force-app/main/default/profilesdirectory. - Select the Delete menu item.
Step 2 of 2: Confirm the deletion of the profiles directory
- Click Move to Trash to confirm the delete action.