Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Nuget variable
-
I am trying to use the nuget variable to point to a different version of nuget. I have set the path, but my build process is still using the default nuget package and as a result fails. I need to use my newer version and it is getting tiresome to keep copying the files to the temp folders. Do I need to include the variable somewhere for it to fire?
Product: BuildMaster
Version: 5.7.3
-
The NuGetExePath variable is used by the NuGet operations (like Install-Package). So you would need to use that ahead of MsBuild, and then not do the NUGet restore in your msbuild.
Your MsBuild script most likely hard-codes a path to NuGet.