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

Dependencies may not be found correctly - VS2012/2013 support #14

Closed JoelHT-Landmark closed 7 years ago

JoelHT-Landmark commented 10 years ago

The NuGet.PackageAndPublish.targets file does not look in every possible location for the NuGet.Exe, TextTemplate.exe and TF.exe dependencies.

In particular, VS2013 only installations will cause it to fail.

The set of folders to look in needs to be extended to support VS2012, VS2013 & SDK only (build server) installs correctly.

Rammesses commented 10 years ago

Also, the dependencies should be checked in reverse order (i.e. v12 -> v11 -> v10) rather than in forward order as currently.