Is it possible to build a .xap file from the command line like you would build a .cs file from csc.exe?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use MSBuild to build a project or a solution. From the Visual Studio Command Prompt, change your working directory to where your Solution / Project is:
And now it is built. You do need the Windows Phone 7 Development tools installed on the machine for this to work.