Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-21build.cmd/sh changes (#5958)Nate McMaster
Update the build scripts to support building subfolders or subgroups of projects * Add build scripts for ci * Remove obsolete scripts * Add flags like --test and --pack to control running just test or packaging * Add flags like --managed and --native to control building sub-types of projects * Remove KoreBuild bootstrapper flags * Update to extensions 3.0.0-preview.18619.1 (needed to get a fix for aspnet/Extensions#815 to make this change work on MSBuild.exe)
2018-11-20React to MSBuild breaking changes and remove ProdCon v1 variables (#4161)Nate McMaster
This should unblock the consumption of the latest .NET Core SDK, which includes breaking changes in MSBuild. We don't _really_ need the MSBuild APIs which were broken because ProdCon v1 is dead. This removes the unused ProdCon v1 tasks and targets.
2018-10-16Merge branch release/2.2Nate McMaster
2018-10-15Reorganize source code from aspnet/DataProtection into a subfolderNate McMaster
Prior to reorg, this source existed at https://github.com/aspnet/DataProtection/tree/9c7731f1fab12009d6060c748e93f542f3b1f7b5
2018-10-12Set DOTNET_HOME to repo dir when `--ci` is specified (#1490)Nate McMaster
2018-08-10Add PR validation on VSTSNate McMaster
2018-07-02[automated] Change default branch to masterNate McMaster (automated)
2018-05-26Update bootstrapper scripts (automated commit) [ci skip]Nate McMaster (automated)
2018-01-30Update versions to include prodcon build id (#819)Nate McMaster
* Update versions to include prodcon build id * Ensure version metadata does not appear in the package version * Update build tools
2017-12-20Fixup the run.sh build scriptNate McMaster
- add the --reinstall flag - add error messages when parameters are missing values - use arrays to property concatenate pass-thru args
2017-12-02Rename the parameter used to specify additional sources to avoid conflating ↵Pranav K
with DotNetRestoreSources used in projects
2017-12-01Update bootstrappersRyan Brandenburg
2017-12-01Fix bad merge in run.ps1Nate McMaster
2017-12-01Add support for automatically installing new versions of the 2.1 runtime (#676)Nate McMaster
2017-11-28Add support for restore sources and package version props urlPranav K
Fixes #654 Fixes #656
2017-10-30Update bootstrapperRyan Brandenburg
2017-10-10Update bootstrappersRyan Brandenburg