Created
June 11, 2016 06:33
-
-
Save lavn0/5e21b5cff9c94c0d751d93b93d4d24b6 to your computer and use it in GitHub Desktop.
FxCopを実行するためのバッチファイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @SET FXCOPEXE=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\FxCop\fxcopcmd.exe | |
| "%FXCOPEXE%" ^ | |
| /rule:FxCopCustom\bin\Debug\FxCopCustom.dll ^ | |
| /file:FxCopCustomTestRunLibrary\bin\Debug\FxCopCustomTestRunLibrary.dll ^ | |
| /out:fxcopResult.xml | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment