Clone the pinned file while creating a new cloned env
We created a pinned file to help in managing core package versions that we do not wish to automatically upgrade.
The pinned file however is not copied along with the conda create --clone base --name <name>
command so we have to manually
copy the pinned file on every clone.
Bug: T356231