msbuildtasks
msbuildtasks copied to clipboard
nuget install MSBuildTasks installs files in current directory
I am trying to automate the bootstrap for the build process, and I tried to install MSBuildTasks from a batch file via nuget install MSBuildTasks.
It seems that this produced a directory MSBuildTasks.1.4.0.88 inside the current directory.
How am I supposed to perform a batch install of MSBuildTasks before calling msbuild to perform the build?
Use -SolutionDir and -ExcludeVersion parameter. See nuget command line reference.