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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-07Add examples of System.Private.CoreLib iterative workflow (#38885)Santiago Fernandez Madero
2020-06-18Restore solution when using vs switch (#38024)Viktor Hofer
2020-06-09Make build scripts' -help information more helpful (#37377)Ivan Diaz Sanchez
2020-05-27Update the -vs switch and add docs for it (#37026)Viktor Hofer
2020-05-21Allow building Browser/wasm config on Windows (#36816)Michal Strehovský
2020-05-14Fix cross-compiling argument validation for Linux (#36368)Viktor Hofer
2020-05-13Update -vs removal switch documentation (#36353)Viktor Hofer
2020-05-13Prevent build scripts from letting random values through (#35642)Ivan Diaz Sanchez
2020-05-08Enable VS Test Explorer without the -vs switch (#36126)Viktor Hofer
2020-05-06Change netcoreapp5.0 to net5.0 (#35176)Viktor Hofer
2020-04-10Add arg aliases for runtimeConfiguration and librariesConfiguration (#34743)Santiago Fernandez Madero
2020-04-08Redesign the subset feature (#34663)Viktor Hofer
2020-04-06Enable restore for ref and src projects in libs (#33553)Viktor Hofer
2020-03-30Rename ArchGroup -> TargetArchitecture (#34260)Jan Kotas
2020-03-11Implement building the repo for multiple configurations and architectures wit...Jeremy Koritzinsky
2020-03-09Respect -runtimeconfiguration with -vs switch (#33355)Viktor Hofer
2020-03-05Replacing OSGroup with TargetOS for coreclr, libraries and installer (#32833)Anirudh Agnihotry
2020-03-04Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151)Viktor Hofer
2020-03-04Move MSBuild projects out of the native build scripts (#31701)Jeremy Koritzinsky
2020-02-26Bump DependencyModel reference to Text.Json to 4.7.1 (#32810)Eric Erhardt
2020-02-25Removing configuration group from installer (#32770)Anirudh Agnihotry
2020-02-25Add ConfigurationGroup back to entrypoints (#32762)Viktor Hofer
2020-02-21updating docs and removing BuildConfiguration and ConfigurationGroup (#32062)Anirudh Agnihotry
2020-02-17Update Build Script Help Content (#2046)Viktor Hofer
2020-02-06Enable .NET Framework F5 & VS TestExplorer support for libraries (#31873)Viktor Hofer
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-23Merge remote-tracking branch 'dotnet/master' into RemoveNetcoreappNetfxBuildS...Santiago Fernandez Madero
2020-01-22Enable Mono build in CI (#1934)Alexander Köplinger
2020-01-18Merge pull request #1525 from vitek-karas/OpenInstallerTestSlnVitek Karas
2020-01-18Enable overriding CoreCLR and Libraries configurations in root… (#1826)Jeremy Koritzinsky
2020-01-17Remove the option to specify VS pathvitek-karas
2020-01-17PR Feedback and condition passing -framework arg when not empty in yml filesSantiago Fernandez Madero
2020-01-17Remove workarounds in build scripts for netcoreapp and netfx versionlessSantiago Fernandez Madero
2020-01-09Setup environment to open the installer test slnvitek-karas
2020-01-09Remove dead code in build.ps1 after -help option was added (#1430)Santiago Fernandez Madero
2020-01-06Fix typo: availabe -> available (#1324)Andrew Arnott
2020-01-05Update the path to built runtime for `build -vs` (#1295)Ganbarukamo41
2019-12-24Fix .cmd scripts help arguments (#1131)Santiago Fernandez Madero
2019-12-21Revert "Fix .cmd scripts help arguments (#1043)" (#1110)Jan Kotas
2019-12-19Fix .cmd scripts help arguments (#1043)Santiago Fernandez Madero
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-25Allow project builds from script (#201)Viktor Hofer
2019-11-20Use SDK from bootstrapped CLI rather than testhostEric StJohn
2019-11-18Allow passing down an upper case subset category (#104)Santiago Fernandez Madero
2019-11-18Add -vs switch to build.ps1 for libraries (#102)Viktor Hofer
2019-11-14Initial runtime repository structuredotnet-bot