TFS Assembly Deployment

I am trying to make a full CI-CD loop using TFSonline. when I go with "AzureWebsite" along with Visual Studio Online, it provides me with an assembly definition using "tfvccontinuousdeploymentTemplate.12.xaml".

When I register, I get the conclusion that the assembly and deployment triggers also happen with the azure site. The log contains the assembly along with my deployment data, which is also reflected in the TFS portal enter image description here

When I go the usual iis route, I tried 2 steps

  • With the default build template and the old ms build arguments, /p:DeployOnBuild=true /p:VisualStudioVersion=12.0 /p:PublishProfile="dasd.pubxml"this creates and deploys, but I don't get a "deployment summary", which is to be expected because I did it through ms to deploy ...

  • tfvccontinuousdeploymentTemplate xml... ... ,

enter image description here

, .

+4
1

TFS Online Visual Studio Online Visual Studio Team Services. XAML Team Services.

Visual Studio 14, tfvccontinuousdeploymentTemplate.14.xaml , XAML .

Build Engine " IIS", MSDeployAllTheThings, -.

InRelease , , . , IIS MSDeployAllTheThings.

, SaaS, .

0

All Articles