aspnetcore/src/AADIntegration
Nate McMaster 335c9be7b4
Update the artifacts directory organization and simplify publishing targets (#5701)
This simplifies the way that we publish files to our network drop share.

Changes:
* Instead of explicitly listing every file that needs to publish, use directories to classify packages and artifacts into different categories.
* Add documentation for the expected layout of artifacts/
* Remove the need for static analysis to determine which packages go to which project
* Add the MSBuild property "IsProductPackage" to .csproj files which ship as a package to NuGet.org.
2018-12-18 11:40:13 -08:00
..
build Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
samples/AzureADB2CSample Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
src Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
test Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
AADIntegration.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
Directory.Build.props Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
Directory.Build.targets Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
NuGetPackageVerifier.json Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-20 10:57:52 -08:00
version.props Merge branch 'rybrande/release22ToSrc' into rybrande/masterToSrc 2018-11-20 16:23:13 -08:00

README.md

ASP.NET Core Azure Active Directory Integration

ASP.NET Core Azure Active Directory Integration provides seamless authentication integration with different Azure Active Directory services like Azure Active Directory and Azure Active Directory B2C for ASP.NET Core applications.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Building from source

To run a complete build on command line only, execute build.cmd or build.sh without arguments. See developer documentation for more details.