Skip to content

Instantly share code, notes, and snippets.

@lavn0
Created June 11, 2016 06:33
Show Gist options
  • Select an option

  • Save lavn0/5e21b5cff9c94c0d751d93b93d4d24b6 to your computer and use it in GitHub Desktop.

Select an option

Save lavn0/5e21b5cff9c94c0d751d93b93d4d24b6 to your computer and use it in GitHub Desktop.
FxCopを実行するためのバッチファイル
@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