Commit Graph

63 Commits

Author SHA1 Message Date
Nate McMaster 0e12274a8e
Flatten the dependency graph of Microsoft.AspNetCore.App (#4061)
This changes the way Microsoft.AspNetCore.App works to follow patterns set by Microsoft.NETCore.App. Instead of being a metapackage with dozens of dependencies, this package has no dependencies. It uses RID-splitting to deliver standalone assets for self-contained deployments.

Changes:
* Implements RID-split packages for Microsoft.AspNetCore.App.
* Update shared fx deps.json generation to only include entries for the RID-specific metapackages
* Include platform-specific packages in publish output
* Remove all nuspec dependencies of Microsoft.AspNetCore.App and collect all references into the package.
2018-11-16 15:16:15 -08:00
Nate McMaster bd5bf34351
Merge branch 'release/2.2' 2018-11-09 07:29:37 -08:00
Nate McMaster ba70991d7c
Stop publishing runtime-extension-internal.zip and don't produce StressTestWebsite.zip by default in CI builds (#3984) 2018-11-08 17:01:31 -08:00
Nate McMaster cb85ffa8f6
Merge branch 'release/2.2' 2018-11-02 10:10:49 -07:00
Nate McMaster 27deb6f6f8
Remove dependency on Docker from MSBuild targets (#3866)
Changes:
* This removes MSBuild targets which invoke `docker` commands to build
   deb and rpm installers
* Remove installer targets from the KoreBuild context. Put them into
   separate project files
* Simplify the targets used to build installers by reducing duplicate
   variable names and deeply nested MSBuild contexts
* Remove unused dependencies from the Docker build context
2018-11-01 15:02:29 -07:00
Nate McMaster 40c631f61a
Merge branch 'release/2.2' 2018-08-24 11:00:11 -07:00
Nate McMaster d9d2130639
Update Microsoft.DotNet.Build.Tasks.Feed to 2.2.0-preview1-03124-01 and increase timeout to 10 minutes 2018-08-24 10:59:36 -07:00
Nate McMaster c6fe1d9928
Merge branch 'release/2.2' 2018-08-24 10:52:01 -07:00
Nate McMaster 12e2d30f6b
Publish .jar files to ProdCon output 2018-08-22 19:08:17 -07:00
Nate McMaster 0cb8c76c66
Merge branch 'release/2.2' 2018-08-20 08:29:15 -07:00
Nate McMaster 86b7d5162a
Merge branch 'release/2.1' into release/2.2 2018-08-20 08:28:58 -07:00
Nate McMaster 5bae8c768d
Fix publishing targets to correctly reference the right item group: NpmPackageToPublish 2018-08-17 15:20:05 -07:00
Nate McMaster 4b1e0d09c7
Skip npm package publishing if there are no npm packages to release 2018-08-17 11:34:22 -07:00
Nate McMaster aa5a06ea53
Update aspnetcore_base_runtime to include the 3.0 version 2018-07-11 16:25:35 -07:00
Nate McMaster ae66308a89
Fixup bad merge 2018-07-06 15:31:15 -07:00
Nate McMaster 9276602279
Merge branch 'release/2.1' into release/2.2 2018-07-06 13:43:43 -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 d456fdba63
Don't publish the runtime-site-extension in servicing builds 2018-06-29 19:37:15 -07:00
Nate McMaster 451c7036a6
Merge branch 'release/2.1' into dev 2018-06-04 13:05:46 -07:00
Nate McMaster 5fc61022bc
Don't expect the site extension zip to exist in build output if AzureIntegration is not patching 2018-05-31 22:52:09 -07:00
Nate McMaster 6beb419a02 Upgrade metapackages, shared framework, and installers to netcoreapp2.2 2018-05-09 11:51:06 -07:00
Ryan Brandenburg fe4920405d Merge release/2.1 into dev 2018-04-20 14:13:56 -07:00
Nate McMaster 8841733df8
Include site-extension zip in deployment of build output (#1088) 2018-04-19 14:51:16 -07:00
Nate McMaster e854535a8c
Push symbols to new myget symbols feed 2018-04-13 14:02:07 -07:00
Pranav K 18a15435e9 Specify branch name when calling PublishToBlobFeed 2018-04-12 10:00:39 -07:00
Ryan Brandenburg 14cc048102 Fix npm command 2018-04-10 10:17:52 -07:00
Ryan Brandenburg c4196fabf3 Fix npm command 2018-04-09 15:03:27 -07:00
Ryan Brandenburg 45cb5760c7 React to BuildTools change 2018-04-06 10:29:34 -07:00
Nate McMaster 0f765534cb
Remove duplicate copies of files from artifact output 2018-03-23 16:37:40 -07:00
Nate McMaster c569d163c4
Filter osx from symbols packages and include npm artifacts in prodcon 2018-03-22 15:20:10 -07:00
Nate McMaster 5aae1f91a8
Include symbols in published output 2018-03-22 15:20:09 -07:00
Nate McMaster fde11611f8
Fix the latest version pointer file in the blob store 2018-03-20 15:23:21 -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 5b4fd530c7 Merge branch 'release/2.1' into dev 2018-02-15 17:15:51 -08:00
Nate McMaster 177e22ef41
Publish the Windows Server hosting bundle in prodcon output (#897) 2018-02-15 17:12:39 -08:00
Nate McMaster 50641534ad Publish corefxlab packages to the transport feed 2018-02-15 15:48:59 -08:00
Nate McMaster b99cdb09d1 Merge branch 'release/2.1' into dev 2018-02-14 11:30:36 -08:00
Nate McMaster 9aa67caa59
Put aspnetcore-runtime installers into a subfolder in dotnetcli (#886) 2018-02-14 11:28:57 -08:00
John Luo 5483ea80f3 Rebase fixes 2018-02-13 14:37:59 -08:00
John Luo b90e74cd10 Merge branch 'release/2.1' into dev 2018-02-13 14:29:11 -08:00
John Luo 84aee6be39 Feedback 2018-02-13 14:18:37 -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
Nate McMaster af61e09949 Fix typo in assigning publish category to prodcon packages (#861) 2018-02-13 14:06:43 -08:00
John Luo a8dc9ca37d Build RID specific .All and .App symbols packages 2018-02-12 16:48:56 -08:00
= 354269a4dd Revert "Build RID specific .All and .App symbols packages"
This reverts commit f5dc3f71f2.
2018-02-12 16:47:13 -08:00
Nate McMaster f4585bdbfd
Re-enable templates tests on CI (#874) 2018-02-12 15:43:40 -08:00
= f5dc3f71f2 Build RID specific .All and .App symbols packages 2018-02-12 14:21:44 -08:00
Nate McMaster 6f814ed536
Fix typo in assigning publish category to prodcon packages (#861) 2018-02-08 11:35:33 -08:00