문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top