-
Notifications
You must be signed in to change notification settings - Fork 592
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
Update solution.md #2684
Update solution.md #2684
Conversation
Updated correct behavior on pac solution import with specifying when SolutionPackageType is Both
Learn Build status updates of commit afa89bf: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Thanks for this.
To add this detail where you specified, the PAC CLI team will need to add it to the /help content. Otherwise, please add it to the include files for the pac solution import command. See https://github.com/MicrosoftDocs/power-platform/blob/main/power-platform/developer/cli/reference/includes/solution-import-remarks.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my other comments.
@petrochuk & @laneswenka
You may want to just add this to the /help content for the import solution command.
@@ -435,7 +435,7 @@ Max asynchronous wait time in minutes. The default value is 60 minutes. | |||
|
|||
#### `--path` `-p` | |||
|
|||
Path to solution zip file. If not specified, assumes the current folder is a cdsproj project. | |||
Path to solution zip file. If not specified, assumes the current folder is a cdsproj project. If `SolutionPackageType` in cdsproj file is set to `Both`, the managed solution is used by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be edited manually. It will be overwritten next time docs are generated.
@JimDaly thanks and noted. I submitted another PR remark file instead. Cheers! |
Closing this in favor of #2685 |
Updated correct behavior on pac solution import with specifying when SolutionPackageType is Both