Nate McMaster
4fcc8b9902
Update targets to build HttpAbstractions projects
2018-11-19 21:34:26 -08:00
Nate McMaster
0cf9019caa
Remove KestrelHttpServer submodule and update targets and baselines for Kestrel packages
2018-11-14 11:21:15 -08:00
Nate McMaster
87092a2590
Update targets and infrastructure for dotnet-watch et. al.
2018-11-13 15:58:22 -08:00
Nate McMaster
ccd098ecad
Update DataProtection to use custom reference resolution
...
This changes DataProtection to build as projects instead of a pseudo-submodule. It replaces Package and ProjectReference with <Reference> items which custom targets then resolve.
2018-11-13 10:28:42 -08:00
Nate McMaster
bb6901141c
Remove the HtmlAbstractions git submodule and merge Html.Abstractions into this repo
2018-11-13 09:29:27 -08:00
Nate McMaster
1ab08d70ef
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in 252ae0c434
2018-11-09 16:17:15 -08:00
Nate McMaster
59ed8df382
Add targets and tools for ensuring consistent package versions between servicing builds
2018-11-09 13:05:31 -08:00
dotnet-maestro-bot
31849575f1
Upgrade to .NET Core 2.1.6-servicing-27017-02
2018-10-18 13:48:06 -07:00
Nate McMaster
c2e4a74f7d
React to renaming this repo from Universe to AspNetCore
2018-10-17 10:24:18 -07:00
Nate McMaster
f09aa6eacb
Backport cleanups to infrastructure
...
* Fix README links to use https
* Add a bigger timeout to PushToBlobFeed
* Remove hard-coded restore source for the 2.1.4 build
* Fail the build if korebuild.json cannot be parsed
* Fix output path for sharedfx .tar.gz files to avoid max path issues
2018-10-12 16:36:34 -07:00
Nate McMaster
019210ff0a
Fix for when InstallSharedRuntimeFromPreviousBuild is true and AspNetCoreFxFeed is set
2018-07-18 11:20:23 -07:00
Nate McMaster
bf03fee4be
Refactor LZMA generation to support Docker and Antares usage
...
List explicitly as .csproj files the scenarios for which the offline package cache is important
Produces new artifacts designed for various scenarios, such as:
* Docker (where xml doc files are not needed)
* Azure web apps (where 1.x SDKs must still be supported, but xml docs are not needed)
2018-07-06 13:15:23 -07:00
Nate McMaster
a7811c5656
Ensure .NET Core runtimes are install in alpine builds to tests can run
2018-07-03 12:26:20 -07:00
Nate McMaster
c801671fbf
Stop producing old-style rpm/deb installers ( #1191 )
2018-05-31 15:01:28 -07:00
=
9e238bda1c
Build upgradeable installers
2018-05-07 12:04:53 -07:00
Nate McMaster
3fac76c033
Remove alpine.3.6-x64 builds ( #1121 )
2018-04-30 15:13:22 -07:00
Nate McMaster
5f3d3d1aea
Pass DotNetAssetRootUrl to repository build context and install x86 shared runtime ( #1115 )
2018-04-24 15:37:08 -07:00
Nate McMaster
fefae2682b
Add linux-musl-x64 shared runtime ( #1104 )
2018-04-23 16:57:33 -07:00
Ryan Brandenburg
6c2432e544
Branching for 2.1.0-rc1
2018-04-16 16:57:26 -07:00
Nate McMaster
d7103b1853
Remove unnecessary conditions for skipping linux-arm builds
2018-04-09 16:04:54 -07:00
Nate McMaster
50ce20f0f9
Generate an arm32 shared framework without crossgen ( #1037 )
2018-04-06 13:49:22 -07:00
Nate McMaster
5aae1f91a8
Include symbols in published output
2018-03-22 15:20:09 -07:00
Nate McMaster
416fe6abfe
Add Alpine Linux download links to the README and remove conditionals to exclude building alpine ( #960 )
2018-03-14 16:15:08 -07:00
Nate McMaster
349acb5bb3
Condense restore feed configuration to single location and remove package mirroring ( #945 )
2018-03-13 10:56:09 -07:00
Nate McMaster
5919024499
Disable Alpine Linux builds by default ( #934 )
...
We need to create more CI infrastructure to enable building Alpine since crossgen for alpine doesn't work on Ubuntu Linux.
2018-03-01 16:01:17 -08:00
Nate McMaster
0276bb199e
Produce an Alpine Linux version of the ASP.NET Core shared framework ( #931 )
...
Required changes:
- Update to SQLitePCLRaw 1.1.10-pre20180223200113
- Add alpine.3.6-x64 as a new RID
- Add new external dependencies
2018-03-01 10:55:53 -08:00
John Luo
a37e712579
Build RID specific .All and .App symbols packages
2018-02-13 14:17:57 -08:00
=
b674549e4f
Revert "Build RID specific .All and .App symbols packages"
...
This reverts commit f5dc3f71f2 .
2018-02-13 14:17:31 -08:00
=
0e67bc83c8
Build RID specific .All and .App symbols packages
2018-02-13 14:16:32 -08:00
=
e21df792fb
Rename generic rpm installers
2018-02-13 14:14:16 -08:00
Nate McMaster
0b2f053ad8
Fix #785 - publish nuget packages and the shared runtime at the same time
2018-02-07 14:40:08 -08:00
Nate McMaster
91b852136b
Update publish step to support pushing all assets to the transport feed
2018-01-09 08:49:28 -08:00
Nate McMaster
6358e0d3ef
Update README and list of installers to publish
2018-01-08 21:43:47 -08:00
Nate McMaster
a54852fe6e
Add targets to deploy all known installers to an azure blob feed
...
- Add PublishToAzureBlob task
- Move badge/version txt file generation to publish step
2018-01-08 18:23:24 -08:00
Nate McMaster
e849dc91fb
Disable sign request generation and update AzureIntegration
2017-12-28 17:29:46 -08:00
Nate McMaster
50391c0341
Ensure PackageVersion is set when computing sharedfx output path
2017-12-27 13:30:48 -08:00
Nate McMaster
ababb64d51
Change output of sharedfx build to match feed layout
...
- Upgrade build tools
- Produce an SVG badge for the sharedfx
- Produce the 'latest.aspnetcore.version' file for the dotnet-install.ps1/sh downloader script
- Change layout of output for sharefx build
- Use KoreBuild's bundled package folder for internal build tools packages
2017-12-27 11:12:02 -08:00
Pranav K
f121d9c688
Split out version specification from ExternalDependency initialization
2017-11-30 16:31:55 -08:00
Nate McMaster
1db6eb0823
Add support for automatically installing new versions of the 2.1 runtime ( #676 )
2017-11-30 15:03:51 -08:00
Pranav K
b9867d21b3
Specify runtime versions to install
2017-11-29 14:09:26 -08:00
Pranav K
ba5ab12e9f
Downgrade to CoreFx version with signed binaries
...
Install shared runtimes required for builds to work
2017-11-29 12:16:19 -08:00
Nate McMaster
e860022e1a
Remove references to aspnetcore-ci-dev and fix properties in PackageArchive targets
2017-11-22 08:31:19 -08:00
Nate McMaster
dfd15c8679
Only produce one version of the runtime store, templates packages, and installers ( #665 )
2017-11-21 17:05:52 -08:00
Pranav K
f6341853de
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:47:50 -08:00
Nate McMaster
fac246e67c
Add support for PB_SkipTests and PB_SignType variables ( #646 )
2017-11-13 12:27:01 -08:00
Nate McMaster
d687617a35
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 09:29:41 -07:00
Nate McMaster
c8068b7d1c
Use submodules for source dependencies
...
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
2017-10-11 15:48:50 -07:00
=
11b25e7c87
Build and pack Runtime Store
...
- Also add targets to build all metapackage.
2017-10-02 16:43:30 -07:00
Nate McMaster
951dc99d5b
Verify external dependencies ( #561 )
2017-09-20 14:58:15 -07:00
Nate McMaster
177fa71634
Copy packages to ship/noship and verify coherent versions ( #560 )
2017-09-18 16:44:12 -07:00