|
Hey Mark,
Thanks for your response.
1. I'm using the NuGetterStandardBuildTemplate.11.xaml and that points to a location in our TFS with the NuGet.Exe (it gave an error of not finding the .exe before and that has been fixed, so I'm pretty sure it knows where the .exe is).
2. The build only gave a stack trace and no log file (I have the regular build log file but there are no errors associated with that).
*** replaces drop folder used by the build template.
Exception Message: Access to the path '$/***/***/***/***\NuGetPackage' is denied. (type UnauthorizedAccessException)Exception Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String
fullPath, String path, Object dirSecurityObj, Boolean checkHost) at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost) at TfsBuild.NuGetter.Activities.CreateFolder.Execute(CodeActivityContext context)
in c:\Users\svc-tauintbuilder\Downloads\Source\TfsBuild.NuGetter.Activities\CreateFolder.cs:line 53 at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at
System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
One weird thing I notice is the path uses a '\' right before the Output directory compared to using '/' elsewhere in the path.
Another thing to note is that the NuGet.exe being used is a custom built solution to support VS2012 and not the public Nugetter package.
|