JoelHT-Landmark / NuGet-PackageNPublish

Project template and packaging targets file to allow easier Package'n'Publish integration with TFS (or other CI) builds.
Other
13 stars 12 forks source link

Modify NuGet.PackageNPublish.targets to support multiple .nuspec files in the packaging project #24

Open Rammesses opened 8 years ago

Rammesses commented 8 years ago

Currently, the CreateNuGetPackage target only builds one NuGet package based on the Packaging project assembly name.

The target should look for any NuSpec file within the packaging project instead and build all of them - this will allow one packaging project to generate many packages - all with templated NuSpec files