I have created a hosted build for my console application that uses SlowCheetah for app.config transforms but it fails with the following errors:
C:\a\src\WorkFolderHosted\Axe Integration Project\HPAxeGlue\AxeNAB\Properties\SlowCheetah\SlowCheetah.Transforms.targets(33,5): error MSB3030: Could not copy the file "C:\a\src\WorkFolderHosted\Axe Integration Project\HPAxeGlue\packages\SlowCheetah.2.5.10.3\tools\Microsoft.Web.XmlTransform.dll" because it was not found. [C:\a\src\WorkFolderHosted\Axe Integration Project\HPAxeGlue\AxeNAB\AxeNAB.csproj]
Same error for files SlowCheetah.NuGet.template.proj, SlowCheetah.Transforms.targets, SlowCheetah.Xdt.dll
My Solution is set up as follows: -Visual Studio 2012 with source stored in Visual Studio Online -I have enabled Nuget Package Restore -I have added SlowCheetah to the relevant projects via NuGet -Local build and transforms work fine -I do not know what c:\a\ is, I assume the build process is creating this folder
I read the following blog http://sedodream.com/2012/12/24/SlowCheetahBuildServerSupportUpdated.aspx however SlowCheetah does not create a packageRestore.proj file as described.