-
Notifications
You must be signed in to change notification settings - Fork 118
Build from Source
David Alcantar edited this page May 18, 2020
·
10 revisions
Building the CLI from source only requires an existing installation of the .NET Core 3.1 SDK. The SDK will handle installation of any dependencies during the build process.
-
Download or clone a local copy of the DevSkim repository
git clone https://github.com/microsoft/DevSkim.git
-
Navigate to your local DevSkim repository, and into the DevSkim-DotNet folder
cd c:\path\to\repos\DevSkim\DevSkim-DotNet
-
Build the DevSkim DLL
dotnet build Microsoft.DevSkim.CLI
WIP
WIP