aspnetcore/docs
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
..
Artifacts.md Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
BuildFromSource.md Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
CrossRepoBreakingChanges.md
DailyBuilds.md
PackageArchives.md
PreparingPatchUpdates.md
ProjectProperties.md Update the artifacts directory organization and simplify publishing targets (#5701) 2018-12-18 11:40:13 -08:00
README.md Document custom reference resolution (#4806) 2018-12-13 14:35:02 -08:00
ReferenceResolution.md Document custom reference resolution (#4806) 2018-12-13 14:35:02 -08:00
SharedFramework.md
Submodules.md

README.md

Contributor documentation

The primary audience for documentation in this folder is contributors to ASP.NET Core. If you are looking for documentation on to use ASP.NET Core, go to https://docs.asp.net.