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

Issue-27: VS2017support #29

Closed JoelHT-Landmark closed 7 years ago

JoelHT-Landmark commented 7 years ago

Implements VS2017 support (Issue-27) and changes how nuget.exe and texttemplate.exe are located - which will make supporting other environments easier in the future.

Removes the need to copy NuGet.PackageNPublish.targets into the project itself - the targets are referenced from the packages folder instead. The NuGet.PackageNPublish.Tooling.t4 include does still have to be copied. That'll get fixed in a later release when I move the PnP tooling into a referenced assembly.