【发布时间】:2014-12-03 18:45:35
【问题描述】:
一个 nuspec 文件包含其他 nuspec 文件所需的多个段落,例如:
### Optional installation commands:
Issue `-packageparameters '"/InstallLocation=C:\Path\to\installationdirectory"'` to overwrite the default installation directory, e.g. `choco install eclipse -packageparameters '"/InstallLocation=C:\temp"'` extracts the package in `C:\temp`.
### Bugs and Features:
Create an issue or comment to an existing one - https://github.com/030/chocolateyautomatic/issues
此段落每次更改时都需要复制到其他 nuspec 文件中。
【问题讨论】:
标签: chocolatey nuspec