Question

I have a TFS build for sivelright and it copies all the files in the web project to _PublishedWebsites, except the xap file. Error is

Web.csproj error MSB3021: Unable to copy file "Some.xap" to "c:\somewhere\Some.xap" Could not find file "Some.xap".

What it is trying to do, from where it is trying to copy and why it is failing?

Was it helpful?

Solution

Make sure your projects are built in the right order in your TFS Build Definition (Build Definition, Process, Required, Project to Build).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top