Skip to content

Build and Test

jennyf19 edited this page Apr 4, 2020 · 14 revisions

Build and Test

Navigate to the main page for Microsoft Identity Web. From the GitHub UI, click clone or download, and go to a dev command line and run git clone https://github.com/AzureAD/microsoft-identity-web.git the project into a local folder. Open in Visual Studio 2019 or via the dev command line with msbuild /t:restore MicrosoftIdentityWeb.sln and msbuild /t:build MicrosoftIdentityWeb.sln

Run tests

You won't be able to run the Integration test because they require access to a Microsoft KeyVault which is locked down. These tests run daily as part of our DevOps pipelines.

Run the unit tests from the assembly:

  • Microsoft.Identity.Web.Test

Package

From VS or from the command line if you wish to control the versioning:

msbuild <microsoftidentityweb>.csproj /t:pack /p:ClientSemVer=1.2.3-preview

Getting started with Microsoft Identity Web

Token cache serialization

Web apps

Web APIs

Daemon scenario

Advanced topics

FAQ

News

Contribute

Other resources

Clone this wiki locally