Commit Graph

62 Commits

Author SHA1 Message Date
Nate McMaster ef18c467aa
Merge branch 'release/2.2' 2018-10-02 14:45:17 -07:00
Nate McMaster f2691ee4b6
Add a copy of scripts from dotnet-deb-tool 2.0.0 to this repo (#1442)
We currently build .deb files using dotnet-deb-tool, which comes from a package feed. We're not completely sure where the source code is for this tool, so this moves the scripts from the dotnet-deb-tool 2.0.0 package into this repo for safe keeping.
2018-10-02 14:32:12 -07:00
Nate McMaster 63b7efc380
Merge branch 'release/2.2' 2018-09-05 17:25:17 -07:00
Nate McMaster 12f4235342
Merge branch 'release/2.1' into release/2.2 2018-09-05 17:23:44 -07:00
Nate McMaster e9b0415bb9
Make System.IO.Pipelines a direct dependency of Microsoft.AspNetCore.App 2018-09-05 15:20:11 -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 d7721fdff4
Merge branch 'release/2.0' into release/2.1 2018-07-05 20:12:24 -07:00
Nate McMaster 1895502c48
Update the LZMA to include NETStandard.Library 2.0.3 2018-07-02 16:45:20 -07:00
Ryan Brandenburg 5b0f8118ea
Upgrade to .NET Core 3.0.0-preview1-26629-04 (#1240)
* Upgrade to .NET Core 3.0.0-preview1-26629-04
2018-06-29 16:27:55 -07:00
Nate McMaster 91a1d2de50
Add unit tests for the shared framework (#1228)
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-27 14:56:10 -07:00
Nate McMaster 6b8aac13e0
Prepare infrastructure for the 2.1.3 patch 2018-06-27 14:51:05 -07:00
Nate McMaster b1b92385c0
Add unit tests for the shared framework
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-08 10:33:31 -07:00
Nate McMaster 451c7036a6
Merge branch 'release/2.1' into dev 2018-06-04 13:05:46 -07:00
Nate McMaster d5d1246c46
Fixup bad changes from merge 2018-06-01 17:16:43 -07:00
Nate McMaster ca4e81b975
Merge branch 'release/2.0' into release/2.1 2018-06-01 17:08:08 -07:00
Nate McMaster 6cf45a4f8a
Prepare the 2.1.1 patch 2018-05-23 15:38:16 -07:00
Nate McMaster 1dea860997
Prepare the 2.0.9 patch
Prepare the release/2.0 branch to produce 2.0.9.
2018-05-23 11:18:16 -07:00
John Luo a1fb0703ed Allow targetting of netcoreapp2.2 for sharedfx and lzma 2018-05-09 16:00:22 -07:00
Nate McMaster 6beb419a02 Upgrade metapackages, shared framework, and installers to netcoreapp2.2 2018-05-09 11:51:06 -07:00
Nate McMaster 961bf7f272
Merge branch release/2.1 into dev 2018-04-23 17:43:22 -07:00
Nate McMaster a293d2c187
Update to NETStandard.Library 2.0.3 (#1099) 2018-04-23 16:55:55 -07:00
Nate McMaster 7fffc939cf
Backport: consolidate list of myget feeds to one place and remove the need to mirror packages 2018-03-27 09:03:44 -07:00
Nate McMaster eb5b94e3c4
Make consistent variable names for RestoreSourcePropsPath 2018-03-26 16:03:09 -07:00
Nate McMaster 016fa66640
Map properties DotNetRestoreSources => RestoreSources for metapackage builds (#955) 2018-03-13 12:23:18 -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
John Luo 5930b19e98 Remove duplicate files from symbols packages 2018-03-12 16:12:30 -07:00
= c45864d299 Remove HostingStartup infrastructure from Universe 2018-03-05 12:23:59 -08:00
Nate McMaster 2e158c85f2
Fix restore failures on CI for dotnet-deb-tool-consumer 2018-03-02 10:24:10 -08:00
Nate McMaster 7b8c85f7dd
Use dotnet-deb-tool 2.0.0 from the aspnetcore-dev myget feed 2018-03-02 10:01:24 -08:00
Nate McMaster 8d274cdb0f
React to removal of the cli-deps myget feed 2018-03-02 09:32:26 -08:00
John Luo b7c61128af Resolve portable pdbs from symbols packages 2018-02-13 14:17:57 -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
John Luo af29b489cb Update rhel.7 image used to build rpms 2018-02-01 11:56:27 -08:00
John Luo bd7c1b1c22 Update rhel.7 image used to build rpms 2018-01-30 11:03:37 -08:00
John Luo 818bb50e43 Update metapackages
.All will include all assets from .App

.All and .App will check TFM compatibility during inner builds

Remove unused runtime store templates
2018-01-29 17:40:19 -08:00
John Luo 13b3d51b80 Exclude native assets from Microsoft.NETCore.App 2018-01-23 16:46:06 -08:00
John Luo cc3c24417c Remove duplicated assemblies from .All shared framework 2018-01-23 10:42:23 -08:00
= 564e049ae9 Build Microsoft.AspNetCore.App
- Produce .App and .All metapackages and shared frameworks
2018-01-19 11:32:30 -08:00
= 5a93dffb06 Distro agnostic installers 2018-01-08 17:08:19 -08:00
John Luo cabc9874c5 Generate deps for hosting startup in external dependencies
Use publish deps file instead of build deps file
2018-01-08 11:13:16 -08:00
John Luo 07d014ab32 January patch fixes 2018-01-08 11:13:16 -08:00
John Luo 12806465d8 Crossgen SharedFx
- And produce symbols for crossgen'ed binaries
2018-01-05 10:57:46 -08:00
John Luo d6bbfa5f00 Revert "Build 2.0.4 Hosting installers"
This reverts commit d5ffe85bb9.
2017-12-07 14:50:39 -08:00
John Luo 911264eb04 Clean up shared framework generation. 2017-12-07 11:00:24 -08:00
John Luo e0daa126e2 Produce aspnetcore shared framework 2017-12-05 12:15:30 -08:00
John Luo d5ffe85bb9 Build 2.0.4 Hosting installers 2017-11-30 18:35:01 -08:00
John Luo f7c3546b98 LZMA update for 2.0.4 2017-11-30 14:50:07 -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