Add the Build Cross Check GitHub App to the repositories that you would like to work with.
In order to verify your build server, create a token to use when sending build logs. After installing the application to your repo, head to Build Cross Check web app and login with your GitHub account. There you will be able create a token per repository as well as revoke prior tokens if necessary.
This example is based on AppVeyor, but this will work from any CI system. For more information see the documentation for BCC-MSBuildLog.
-
Install the GitHub App on the desired GitHub Repositories or Organizations.
-
Generate a token using the steps above and set a secure environment variable named
BCC_TOKEN
. -
Add the nuget package
BCC-MSBuild
to a project in your soution. -
Integrate into your build by adding the msbuild logger:
msbuild [Solution] -logger:packages\BCC-MSBuildLog.1.0.0\tools\net472\BCCMSBuildLog.dll
-
Enjoy your warnings and errors.