I use Microsoft TFS Service for version control. I set off with a git repository.
I want to constantly deploy assemblies to the Azure website, so follow the instructions here: http://www.windowsazure.com/en-us/develop/net/common-tasks/publishing-with-tfs/ . In Azure, I select the TFS service, the git repository, and follow the wizard.
I'm having problems: "Step 4: Run the recovery and redeployment of your project (sub-step 10)." I think this guide refers to the TFS repository, not Git, so there are some differences ...
The default build process template is "GitContinuousDeploymentTemplate.12.xaml". When I edit an assembly in Visual Studio Team Explorer, there are a number of options in section 5 of the process section. Mistakes say something influenced
"The parameter xxx [ie AutomatedTests | AdvancedTestSettings] could not be loaded because the type InArgument <...> was not found. You cannot edit this parameter, but you can save the assembly without it."
When I run the assembly, it seems unsuccessful due to these missing options. I can’t figure out how to do this. Does anyone know how to overcome this?
By the way, I changed the settings to 1. git and 2. Build with the settings to point to my .csproj web application and release / build configuration of any cpu configuration.