Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ This is a centralized feature flighting management system which leverages Azure
## Flighting in a nutshell
![Feature Flighting Architecture Diagram](https://github.com/microsoft/FeatureFlightingManagement/blob/main/assets/static/images/FLighting%20Flowchart.jpg)

## Building Locally

The service targets .NET 6 (with some libraries on .NET Standard 2.1). To build and test locally:

```
dotnet restore src/service/Microsoft.FeatureFlighting.sln
dotnet build src/service/Microsoft.FeatureFlighting.sln --no-restore
dotnet test src/service/Microsoft.FeatureFlighting.sln --no-build
```

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand Down
Loading