NuGet Kickstart Package

I want to use NuGet to retrieve a set of content files that are needed for the build. For example, the TeamCity build configuration runs a runner.msbuild script, however, that script needs to import a Targets file, like this:



The plan is to create a local NuGet feed that has all the prerequisite files for the build script. Using the local NuGet feed, install the "global build" package as the first build task. After that, the primary build script can find the import file and proceed...

 •  0 comments  •  flag
Share on Twitter
Published on December 21, 2011 07:01
No comments have been added yet.