How can I pass --solution-folder to pac solution sync command? #772
-
I can not figure out how to pass correct path to pac solution sync command. I have tried both relative and absolute paths, with no success. Does anybody have an example of how to use this parameter? Given the folder structure:
Here are some of the approaches I have tried (starting from c:_dev\project"):
The command works correctly without this parameter, if I run it from folder which contains .cdsproj file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Working on a fix now.
Note that the folder containing the .cdsproj does not contain
|
Beta Was this translation helpful? Give feedback.
Working on a fix now.
In the meantime, the current behavior is
[--solution-folder]\Other\Solution.xml
Note that the folder containing the .cdsproj does not contain
Other\Solution.xml
, but rathersrc\Other\Solution.xml
, so until a fix is out you would need to eithercd c:_dev\project\solution
thenpac solution sync
, orpac solution sync "c:_dev\project\solution\src"