1

I see the new Build definitions of Visual Studio Online have not supported 'Azure WebApp Deployment build step' to deploy Virtual Application (Sub site).
So I try on using 'Azure PowerShell build step' but couldn't find out the script.
I also tried this tutorial: https://msdn.microsoft.com/en-us/library/azure/dn642480.aspx?f=255&MSPPError=-2147217396 But stuck in step generate folder called PublishScripts. Because I've already created Azure WebApp and VSO Project, not starting at a blank.

Updated: I've solved by creating & upload a custom tfx build task based on ps msdeploy.exe

5
  • The tutorial link is broken. Commented Nov 17, 2015 at 6:45
  • Related to stackoverflow.com/q/33208353/25372 Commented Nov 17, 2015 at 6:55
  • 1
    Hi JTew, I've sold by creating & upload new tfs build task (based on ps msdeploy.exe), Thanks for care. Commented Nov 17, 2015 at 7:01
  • I've sold = I've solved, could you post your solution as an answer? Commented Nov 17, 2015 at 7:35
  • oh, my mistake. Thanks Commented Nov 17, 2015 at 9:33

2 Answers 2

1

I've solved by creating & uploading a custom tfx build task based on ps msdeploy.exe

Sign up to request clarification or add additional context in comments.

1 Comment

YOu did not need to create a custom tfx package. All you needed to use was the "run some powershell" task...
0

You should use the build in Azure Web Application deployment step.

enter image description here This is by far the easyest method.

2 Comments

Hi, Azure Web App Deployment doesn't support option to deploy to a virtual application of a Web App.
There isn't a way that I can see to use Azure Web App Deployment for Virtual Directories/Applications under an Azure Web App.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.