Commit Graph

4591 Commits

Author SHA1 Message Date
Pavel Krymets c255c7f276 Put ApplicationInsights.HostingStartup back into metapackage (#606) 2017-10-16 09:54:09 -07:00
Justin Kotalik 051f13f17d Add AppVeyor. (#188) 2017-10-15 14:38:23 -07:00
Justin Kotalik b4abb7382a Add AppVeyor (#449) 2017-10-15 14:36:52 -07:00
= fe031e5655 Move core installer download to its own target 2017-10-14 07:21:47 -04:00
Nate McMaster d28e9fd8bc Update build tools to 2.0.2-rc1-16001 2017-10-13 18:10:16 -07:00
= 6e077fb60a Fix typos and cleanup 2017-10-13 17:46:01 -07:00
= 288199ce72 Remove temporary pinning 2017-10-13 17:06:14 -07:00
= a4e87d1dd8 Build runtime store installers
- hosting tar.gz archives
- rpm installers for generic and red hat
- deb installers for debian.8, ubuntu 14.04, ubuntu 16.04, ubuntu 16.10

Create hosting targz archives
2017-10-13 17:00:46 -07:00
John Luo 5ef64d4764 Fix build 2017-10-13 13:48:16 -07:00
Nate McMaster 286c0a7e3b Update submodules to latest build tools and fix bug in razor tests 2017-10-13 13:15:13 -07:00
Justin Kotalik ebbf5a730e Adds Microsoft.AspNetCore.HttpsPolicy to packages. (#583) 2017-10-13 12:15:38 -07:00
John Luo 77c846201d Fix runtime store build 2017-10-13 11:22:14 -07:00
John Luo 91d4be47b9 Produce separate reference package for runtime store generation 2017-10-12 19:12:37 -07:00
Nate McMaster 446de15f0b Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00
Smit Patel 87b3cc6879 Update EF 2017-10-12 15:35:56 -07:00
Stephen Halter 5fab5a4775 Ship Kestrel.Transport.Sockets 2017-10-12 15:13:45 -07:00
Pavel Krymets 701184a962 Microsoft.AspNetCore.BenchmarkRunner.Sources (#597) 2017-10-12 12:28:34 -07:00
Nate McMaster c2a0010eda Fix the metapackage generation 2017-10-12 08:36:40 -07:00
John Luo 84157041bc Update properties fore restore on CI 2017-10-11 17:43:59 -07:00
John Luo a48a3be6d7 Explicitly specify metapackage version 2017-10-11 17:04:09 -07:00
John Luo 9aeefd3fd5 Fix compile error 2017-10-11 16:34:00 -07:00
John Luo afba40b573 Build LZMA
- Update metapackage reference insertion
2017-10-11 16:11:12 -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
Chris Ross 00dc9831dd AzureIntegration#38 Make the SiteExtension a shipping package (#593) 2017-10-11 14:48:28 -07:00
Nate McMaster 509210bcac Fix syntax errors in bootstrapper script 2017-10-11 10:14:18 -07:00
Ryan Brandenburg 46fedaed6c Update bootstrappers 2017-10-10 12:35:48 -07:00
Ryan Brandenburg 4561d402fe Update bootstrappers 2017-10-10 12:16:14 -07:00
Nate McMaster 32a65fdb62 Invoke /t:CollectDeps on HostingStartup.csproj via MSBuild task, not Exec 2017-10-10 10:56:57 -07:00
Nate McMaster 476e8a6d45 Add .deps/mirror and stop generating a nuget.config file for the RS build 2017-10-10 10:29:01 -07:00
Nate McMaster d0cab06f08 Only add sources that exist 2017-10-10 10:20:01 -07:00
Nate McMaster 0bf81fd82a Invoke dotnet-store as an MSBuild target, and update its restore sources 2017-10-10 09:59:42 -07:00
Nate McMaster d7d0e31b36 Fix build warning about Microsoft.CodeAnalysis.CSharp.Workspaces 2017-10-09 15:02:02 -07:00
Nate McMaster 5e4e386a84 List more external dependencies 2017-10-09 14:30:20 -07:00
Nate McMaster be7c5c7752 Mirror everything that isn't on nuget.org 2017-10-09 13:51:29 -07:00
Nate McMaster bda1eb2ab9 Update restore source for aspnet testing utility packages 2017-10-09 13:04:15 -07:00
Nate McMaster c76125af0e Add previously-built aspnetcore artifacts as external dependencies 2017-10-09 12:55:14 -07:00
Ryan Brandenburg 4f2a75f768 Update bootstrappers 2017-10-09 12:46:42 -07:00
Nate McMaster 869d762641 Copy symbol packages to artifacts/symbols 2017-10-09 12:27:41 -07:00
Nate McMaster 086f6e4ea0 Upgrade xunit to 2.3.0 2017-10-09 11:42:05 -07:00
Nate McMaster 611b6a23ad Update how PackageReference versions are set
Changes:
 - Remove floating versions
 - Disable myget feeds during a Universe build
 - Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
 - Remove myget feeds during build
 - Remove obsolete 'GenerateLineup' targets/tasks
2017-10-09 11:32:21 -07:00
Javier Calvarro Nelson f6bb106960 Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.2.0-preview1 2017-10-09 11:21:40 -07:00
Nate McMaster 71116396cf Add Microsoft.AspNetCore.Certificates.Generation.Sources to artifacts.props 2017-10-06 14:06:45 -07:00
Justin Kotalik 60f520de34 Removing Microsoft.AspNetCore.Server.IIS package (#582) 2017-10-06 10:02:50 -07:00
Justin Kotalik f91a941f8d Moves in-process to UseIISIntegration, removes Server.IIS namespace (#443) 2017-10-06 09:52:42 -07:00
Ryan Nowak 7609f4dca7 Add HttpClientFactory to repos 2017-10-06 08:55:29 -07:00
Ryan Nowak 722c47a674 Add Microsoft.Extensions.Http to artifacts 2017-10-06 08:55:15 -07:00
John Luo c53c133bcb Compose store symbols to the correct location 2017-10-05 19:47:45 -07:00
Nate McMaster 3d4a3e0301 Upgrade to xunit 2.3.0-rc3 (#578) 2017-10-05 16:05:10 -07:00
pan-wang 746f578c3c Panwang/inproc (#174)
refactoring the code to support inprocess (step 1) with app_offline and Graceful shutdown support
2017-10-04 17:35:11 -07:00
Nate McMaster 8fbac32ed8 Only attempt to publish npm when npm artifacts exist 2017-10-04 11:57:26 -07:00