Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 3dbcefd

Browse files
committed
skip fxcop running after 4.5 conversion, because it does not find the 4.5 dlls
it's part of visual studio, and no longer a free download
1 parent 0fa5048 commit 3dbcefd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ccnet.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,13 @@
234234
</if>
235235

236236
<!-- Run FxCop -->
237+
<!--
238+
commented because of upgrade to .Net 4.5
239+
fxcop is part of visual studio, and not sure if distributing that included version is legal
240+
maybe a better way is to use fxcop cmd id the exe is found on machine
237241
<call target="runFxCop" cascade="false" />
242+
-->
243+
238244
</if>
239245
</target>
240246

0 commit comments

Comments
 (0)