Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.85 KB

File metadata and controls

32 lines (26 loc) · 1.85 KB

.github/workflows/main.yml Build Status .NET

Latest image tag Image size

AzureDevOps.InnerSource 🌟 - Server

Getting started

  1. Install .NET 8 SDK, if not already installed.
  2. Clone this repository
    git clone https://github.com/dizco/AzureDevOps.InnerSource.git
    
  3. With Visual Studio, open the AzureDevOps.InnerSource.sln
  4. Update the appsettings.json and appsettings.Local.json files according to your needs.
  5. Run with Visual Studio by pressing F5 or with command line with:
    dotnet run --project ./src/AzureDevOps.InnerSource/

Repository aggregation

  1. Run aggregation
    dotnet run --project .\src\AzureDevOps.InnerSource\ aggregate --output-folder ./

Deploying

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.