Click here to Skip to main content
15,889,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We want to fail a build if its coverage is below 80%. To achieve this we have built one activity project which will calculate the % of code coverage and compare with our threshold value. Now i have modified my template xaml file to include my custom assembly as shown in this- http://stackoverflow.com/questions/14282652/fail-a-build-if-code-coverage-is-below-a-threshold-in-tfs2012 The problem is when i reference my assembly's output in xaml file, i get error which says activity cant be loaded in red. Can anyone help me to use my assembly's output in template's xaml file

P.S my custom assembly is not in same directory as the templates.
Posted
Updated 21-Nov-14 4:47am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900