-
Notifications
You must be signed in to change notification settings - Fork 905
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
Pack - Add optional output folder option #598
Comments
possible dupe of #173 |
Actually, just related to. We'll work on adding this behavior as part of this ticket. |
When this gets added, I will update the Cake integration to add this additional parameter to the ChocolateyPack command that it has. |
Since it is up for grabs, I volunteer to contribute. |
Not quite, we already have an output directory? If not, then yes. |
Output directory at top level, not inside of the other commands that is. |
Since it can be used by other command (like new in #448) I wonder if it's preferable to add the |
I think it would be good as a top level configuration, but perhaps each command has to opt in to offering it though. |
Add a new option outputdirectory for PackCommand and the corresponding OutputDirectory property in ChocolateyConfiguration.
* pr891: (GH-598) Add output directory for choco pack
* stable: (23 commits) (GH-897) Fix DISM /all for newer Windows versions (maint) bring back in nuspec into solution folders (GH-598) Add output directory for choco pack (version) bump to 0.10.0 (doc) update CHANGELOG/nuspec (GH-840) Do not set User Environment for SYSTEM (GH-840) Set TMP to cacheLocation as well (GH-830) Ensure process PSModulePath items (GH-112) Relax HTTPS checksum failure (maint) move noop run (GH-833) Don't set profile under certain conditions (doc) update generated docs (GH-112) update options for new version (GH-112) Checksums / Install Template (GH-112) Update parameter documentation (GH-112) Require checksums (GH-112) Allow Empty Checksums (GH-112) Checksum remote files unless checksum (GH-112) Allow user passed checksums (GH-112) rename checksum files for proper casing ...
Merged into stable at 4da5a6f to release in 0.10.0. |
Like
nuget pack
it could be useful to have the-OutputDirectory
option.The text was updated successfully, but these errors were encountered: