Answered by:
How do i deploy Silverlight web application as part of the TFS build.

Question
-
Hi ,
I have requirement to run the Silverlight UI automated test cases as part of the BUIld.
I have my UI automation test cases which runs on silverlight Web application., So I have to run these test cases on build server as part of the TFS build.
How do i deploy silverlight application as part of the TFS build. I have to host silverlight web application on server machine once the build is triggered and then run my UI test cases.
Any suggestions will help us lot ..
Thanks,
Shankar.
Tuesday, March 22, 2011 3:05 PM
Answers
-
Use Web Deploy to achieve that that is part of VS 2010.
Ewald - Please remember to mark the replies as answers if they help.
Blog: www.ewaldhofman.nl- Proposed as answer by John QiaoModerator Thursday, March 24, 2011 9:37 AM
- Marked as answer by John QiaoModerator Monday, March 28, 2011 2:03 AM
Thursday, March 24, 2011 7:10 AM
All replies
-
Use Web Deploy to achieve that that is part of VS 2010.
Ewald - Please remember to mark the replies as answers if they help.
Blog: www.ewaldhofman.nl- Proposed as answer by John QiaoModerator Thursday, March 24, 2011 9:37 AM
- Marked as answer by John QiaoModerator Monday, March 28, 2011 2:03 AM
Thursday, March 24, 2011 7:10 AM -
Hi Shankar,
Thanks for your post.
For this issue, have you took Ewald’s suggestion?
John Qiao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Friday, March 25, 2011 3:26 AMModerator -
We can assume ShankarH already has a TFS build solution setup, the actual question is how to deploy a Silverlight application as part of the build. The url you posted says nothing about Silverlight, so it's seems like a weak attempt. How do you add a Silverlight project to an existing build with out TFS flipping out about what to do with a Xap file and making sure the Xap gets placed in the right spot, that's the true question we all want to know.
Thursday, August 4, 2011 8:28 PM