I have successfuly published a number of projects using TFS Build to a fileshare but I get to a specific project and have found that the output folder doesn’t seem to be picked up it just defaults to C:\Packages
MSBuild arguement = /p:RunOctoPack=true;OctoPackPublishPackageToFileShare=\Server\Folder /p:VisualStudioVersion=14.0 /p:GenerateBuildInfoConfigFile=false
the MSbuild output =
OctoPack: Successfully created package 'Package Name'.
OctoPack: Copy file: NuGet Package location
OctoPack: OctoPack successful
Publish to file share: C:\MyPackages
has anyone had any similar problems ?