Ishan Malik
Ishan Malik

Reputation: 139

TFS Build error - Bug 36816, New Bug created during the build

I am using VS2015 update 3. I am getting following errors when doing TFS Build.

TFS Build errors are below or this link

enter image description here I have tried my level best to solve the 4 errors first but it is not solving by anyhow. Today, I have downgraded my .net framework to 4.5.2 from 4.6 but still the errors & build fails remains as it is.

I am new into all these TFS features. Can any of you please guide me or help me?

Upvotes: 1

Views: 139

Answers (1)

Luca Cappa
Luca Cappa

Reputation: 1989

Your real issue is the compilation failure: to fix it, install the Web Deploy package and also .NET 4.5.2 on the build machine.
Also you are using VS2012, is it really a constraint? Can't you use a more recent version of VS?

Moreover I would suggest to switch to the vNext Build system of TFS, and ditch the XAML build system that you are using, as the former has lot more features and it is actively improved everyday, while the latter is frozen and obsolete.

Finally the Bug title "bug created during the build" is caused by your XAML build definition that states to create a new Bug work item whenever the build is failing, and in your case the build is failing. That Bug work item is not an issue at all, it is by design :)

Upvotes: 2

Related Questions