- Install .NET 8 SDK, if not already installed.
- Clone this repository
git clone https://github.com/dizco/AzureDevOps.InnerSource.git - With Visual Studio, open the
AzureDevOps.InnerSource.sln - Update the
appsettings.jsonandappsettings.Local.jsonfiles according to your needs. - Run with Visual Studio by pressing F5 or with command line with:
dotnet run --project ./src/AzureDevOps.InnerSource/
- Run aggregation
dotnet run --project .\src\AzureDevOps.InnerSource\ aggregate --output-folder ./
A working dockerfile is provided:
docker pull ghcr.io/dizco/azuredevops.innersource:latest
For further guidance on how to deploy this service, see deployment guide.