When setting up Azure Continuous Deployment (AzureContinuousDeployment.11.xaml
) build template with our own hosted TFS 2012 Build Controller - it seems that the workflow activity is bound to a specific version of WindowsAzure.StorageClient
. Any idea why we are getting this Compilation Exception even though we have the Azure SDK 2.4 installed on the build controller?
WF Activity: Deploy application to Azure - Compilation Error
Exception Message: Could not load file or assembly 'Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (type FileNotFoundException) Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Our VSO project uses Azure SDK 2.4, but this is separate from the portion that uploads the CSPACK publish file (.csx
) to the Azure Blob Storage for the Azure Cloud App.