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 (Expand)Author
2021-02-16Favor project-specific build scripts over top-level script (#29918)Safia Abdalla
2020-09-04Merge branch 'release/5.0-rc2' into masterStephen Halter
2020-09-04add the BUILD_REPOSITORY_NAME variable to dockerbuild.sh (#25621)Ricardo Arenas
2020-09-04Pass through BUILD_REPOSITORY_NAME to docker containers (#25620)Matt Mitchell
2020-07-16Add additional environment variables to dockerbuild (#23956)Matt Mitchell
2019-09-11Use stages pipeline (#13040)Doug Bunting
2019-06-19Replace KoreBuild with Arcade (#11122)Nate McMaster
2019-05-15Replace all usages of RepositoryRoot with RepoRoot (#10267)Nate McMaster
2019-02-23Update dependencies and react to changes (#7844)Nate McMaster
2019-02-13Replace custom targets for generating assembly attributes and source control ...Nate McMaster
2019-01-19Update buildtools, add --env parameter to dockerbuild.sh, and allow overridin...Nate McMaster
2018-11-21Flow BUILD_NUMBER and BUILD_BUILDNUMBER into Docker buildsNate McMaster
2018-11-02Remove dependency on Docker from MSBuild targets (#3866)Nate McMaster
2018-10-17React to renaming this repo from Universe to AspNetCoreNate McMaster
2018-07-05Ensure trx logging is reported correctly when building in TeamCityNate McMaster
2018-07-03Ensure .NET Core runtimes are install in alpine builds to tests can runNate McMaster
2018-03-21Update Templating submoduleNate McMaster
2018-03-21Adjust docker build to use current user ID (#977)Nate McMaster
2018-03-13Remove entrypoint from Dockerfile so build arguments properly flow into the c...Nate McMaster
2018-03-13Do not use interactive mode from dockerbuild.shNate McMaster
2018-03-13Implement script to run build inside a local docker container (#950)Nate McMaster