From 5c9bda8558af52b883b74de0da231ef98a71319c Mon Sep 17 00:00:00 2001 From: Purva Patki Date: Thu, 23 Jul 2026 12:36:01 +0530 Subject: [PATCH] docs: add local build and test instructions to README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6c975713-01f9-4b4a-a6d9-3fc334559698 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16e7945..e2682ef 100644 --- a/README.md +++ b/README.md @@ -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