From a06d3c3bd09b98cab629b6f4052d4cdfbe7f964e Mon Sep 17 00:00:00 2001 From: Connie Yau Date: Sun, 8 Mar 2015 13:52:09 -0700 Subject: [PATCH] Update build instructions to beta3 and add test run steps --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 605bb6e29..879a94983 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# .NET API Port +# .NET API Portability This repository contains the source code for .NET Portability Analyzer tools and dependencies. This is a work in progress, and does not currently contain @@ -23,13 +23,18 @@ More libraries are coming soon. Stay tuned! ### Building from Commandline 1. Go to `src\Microsoft.Fx.Portability` 2. Run command: `kpm restore` -3. Run command: `kpm build` +3. Run command: `kpm pack` ### Building from Visual Studio 1. Open Microsoft.Fx.Portability.sln in Visual Studio 2015 2. Build the solution 3. The .nupkg should be under the bin/Debug or bin/Release folders +### Running the Tests +1. Go to `tests\Microsoft.Fx.Portability.Tests` +2. Run command: `kpm restore` +3. Run command: `k test` + ## How to Engage, Contribute and Provide Feedback Some of the best ways to contribute are to try things out, file bugs, and join in design conversations.