Commit Graph

1594 Commits

Author SHA1 Message Date
Nate McMaster 6586c921f0
Fix compiler error introduced by merge conflict 2018-06-04 10:39:30 -07:00
dotnet-maestro-bot afbd7d4ef3 Upgrade to .NET Core 2.2.0-preview1-26604-01 2018-06-04 08:42:14 -07:00
dotnet-maestro-bot 168be585d6 Upgrade to .NET Core 2.2.0-preview1-26603-04 2018-06-03 20:36:16 -07:00
ASP.NET CI 89536c2081 Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:33:18 +00:00
ASP.NET CI 4303def2ff Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:09:42 +00: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 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 a03ef8b5f5
Merge branch 'release/2.1' into dev 2018-05-31 17:56:48 -07:00
Nate McMaster 5f0b4e1322
Refactor property names for computing .deb/.rpm file names and dependencies 2018-05-31 17:49:19 -07:00
dotnet-maestro-bot 6dbe179476 Upgrade to NETCore.App 2.2.0-preview1-26531-03 (#1184) 2018-05-31 16:24:02 -07:00
Nate McMaster b8d742a850
Merge branch 'release/2.1' into dev 2018-05-31 15:13:55 -07:00
Nate McMaster c801671fbf
Stop producing old-style rpm/deb installers (#1191) 2018-05-31 15:01:28 -07:00
Nate McMaster f9e6ebfd51
Merge branch 'release/2.1' into dev 2018-05-31 12:42:06 -07:00
Nate McMaster 309e9e3077
Widen dependency version range on Microsoft.AspNetCore.App to allow patch updates (#1186)
Originally, we thought using exact version ranges on the dependencies of Microsoft.AspNetCore.App
would help protect consumers from lifting binaries out of the shared framework. However,
this makes it difficult for consumers to use packages that share a dependency with .App.
When users tried to mix Microsoft.EntityFramework.SQLite 2.1.1 with Microsoft.AspNetCore.App 2.1.0,
NuGet errors and warnings made it difficult to reason about what was wrong, and how to resolve it.

This changes the dependency version range to allow uses to upgrade within the major.minor patch family
without needing to override NuGet warnings. This removes some of the protections against users
unintentionally lifting to a binary newer than the shared framework, however, after lots of discussion,
we believe this is a better user experience.
2018-05-31 12:40:52 -07:00
Andrew Stanton-Nurse a594b0bd13
fix wstest on travis (#242) 2018-05-31 10:17:50 -07:00
Nate McMaster d6017ab253
Remove Proxy and WebHooks from explicit build order list 2018-05-30 18:06:07 -07:00
Nate McMaster a39e0b8d6d
Merge branch 'release/2.1' into dev 2018-05-30 17:43:42 -07:00
Nate McMaster 4935711bce
Add trailing slash to <DotNetAssetRootUrl> 2018-05-30 17:13:42 -07:00
Nate McMaster f126871a4c
[2.1.x] Remove WebHooks and Proxy from servicing (#1189)
These repos do not produce packages that will ship in 2.1.x.
2018-05-30 15:16:22 -07:00
Nate McMaster da8ca36fe8
Pin to stable 2.1.0 corefx packages (#1188)
* Pin to stable 2.1.0 corefx packages
* Ensures ProdCon overrides passed to us match our expectations about which variables will be set
2018-05-30 13:42:36 -07:00
Nate McMaster 71fb3b2f6a
Fix version coherence check to filter out non-package artifacts 2018-05-30 11:34:03 -07:00
Nate McMaster faf600ce71
Fixup the effect of cascading versions (#1187)
The PR #1175 was incomplete. This fixes the cascading effect of patching to 2.1.1

Changes:
 - add CheckRepoGraph (ported directly from the release/2.0 branch)
 - Update submodules
2018-05-30 10:58:10 -07:00
John Luo 9459a73784 Merge branch 'release/2.1' into dev 2018-05-29 17:11:35 -07:00
John Luo 3c72da941f Update WebApi.Client package version 2018-05-29 16:49:33 -07:00
Nate McMaster 81355b508b
Add Razor to the list of patching repos 2018-05-29 13:51:42 -07:00
Doug Bunting 0a257ed86d
Add Microsoft.AspNetCore.WebHooks.Receivers.AzureContainerRegistry package
- react to aspnet/WebHooks@b69532741f
2018-05-29 11:27:45 -07:00
dotnet-maestro-bot 0769734e67 Update to NETCore.App 2.2.0-preview1-26529-01 (#1183) 2018-05-29 08:57:29 -07:00
ASP.NET CI ee4fec48e7 Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:33:52 +00:00
ASP.NET CI 70984e6100 Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:09:53 +00:00
dotnet-maestro-bot 75b479eace Updating NETCore.App to 2.2.0-preview1-26526-03 (#1182) 2018-05-26 12:36:18 -07:00
dotnet-maestro-bot eb175b8291 Updating external dependencies (#1181) 2018-05-25 10:46:14 -07:00
Nate McMaster ff5b69fd5e
Updating external dependencies (#1179) 2018-05-25 09:03:47 -07:00
Nate McMaster ebb81670b4
Revert "Updating external dependencies (#1179)"
This reverts commit 4e41cf6a84.
2018-05-25 09:00:00 -07:00
dotnet-maestro-bot 4e41cf6a84 Updating external dependencies (#1179) 2018-05-24 23:41:54 -07:00
dotnet-maestro-bot 176704fe50 Updating external dependencies (#1177) 2018-05-24 07:19:58 -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
dotnet-maestro-bot 61376db9aa Updating external dependencies (#1173) 2018-05-23 10:52:33 -07:00
dotnet-maestro-bot 5c69566b8b Updating external dependencies (#1172) 2018-05-23 07:07:45 -07:00
dotnet-maestro-bot 76bd523092 Updating external dependencies (#1122) 2018-05-22 13:03:13 -07:00
N. Taylor Mullen 9817985268 Use VS15.8 Preview 2 version of Roslyn for tooling.
- This only impacts Razor tooling scenarios (they rely on the `VSIX_` props here).
2018-05-21 10:49:41 -07:00
ASP.NET CI f479af8c94 Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:51:01 +00:00
ASP.NET CI a3f7b16464 Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:27:01 +00:00
Ryan Brandenburg eab984e635 Update artifact 2018-05-18 11:03:35 -07:00
Smit Patel 996d85f124 Remove Cosmos.Sql from dev 2018-05-16 12:10:22 -07:00
dotnet-maestro-bot bb348bb93c Updating external dependencies (#1162) 2018-05-14 09:41:46 -07:00
Chris Ross (ASP.NET) 8513fc8329 React to IntegrationTesting changes 2018-05-14 06:08:51 -07:00
ASP.NET CI 01a8cb6e8c Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:27:43 -07:00
ASP.NET CI aef13f941b Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:03:47 -07:00
Pavel Krymets 4c0de435d8
Add Internal.AspNetCore.Analyzers (#1161) 2018-05-09 16:39:09 -07:00
John Luo a1fb0703ed Allow targetting of netcoreapp2.2 for sharedfx and lzma 2018-05-09 16:00:22 -07:00
dotnet-maestro-bot 8cbc4375d8
Updating external dependencies 2018-05-09 12:08:26 -07:00
Nate McMaster 6beb419a02 Upgrade metapackages, shared framework, and installers to netcoreapp2.2 2018-05-09 11:51:06 -07:00
Nate McMaster 32a80bef78
Merge branch 'release/2.1' into dev 2018-05-08 21:52:55 -07:00
Nate McMaster b6ce8e18b2
Remove dotnet-buildtools myget feed 2018-05-08 21:29:43 -07:00
dotnet-maestro-bot 904626800a Updating external dependencies (#1157) 2018-05-08 21:11:52 -07:00
Nate McMaster b0cd17d776
Merge branch 'release/2.1' into dev 2018-05-08 16:54:18 -07:00
Nate McMaster 695bf56afc
Run VerifyCoherentVersions check (#1156)
All packages were being ignored. This adds an error if 0 packages are found, and also fixes the folder scanned for coherence.

This also required removing the 'Private' designation from external dependencies, because we no longer scan just shipping packages,

Removed unused NoWarn metadata as well.
2018-05-08 16:51:26 -07:00
Nate McMaster fd9ee2f4b2
Merge tag '2.0.8' into release/2.0 2018-05-08 13:14:51 -07:00
Ryan Brandenburg 3095b86da1 Upgrade to netcoreapp22 2018-05-08 12:06:26 -07:00
Ryan Brandenburg 15ff22bc5c Upgrade to netcoreapp22 2018-05-08 10:50:10 -07:00
Ryan Brandenburg 6f211b9bbf Use rc1 2018-05-07 14:58:18 -07:00
Ryan Brandenburg 7e35c9f909 Include MicrosoftNETCoreApp22packageVersion 2018-05-07 14:58:18 -07:00
Ryan Nowak bc58489935 Bump Roslyn version to 2.8.0
(cherry picked from commit db39d7e0e0)
(cherry picked from commit 0c7d7d2e1d)
2018-05-07 12:47:31 -07:00
John Luo 02e4261043 Merge branch 'release/2.1' into dev 2018-05-07 12:34:40 -07:00
Ryan Nowak 0c7d7d2e1d Bump Roslyn version to 2.8.0
(cherry picked from commit db39d7e0e0)
2018-05-07 12:08:55 -07:00
= 9e238bda1c Build upgradeable installers 2018-05-07 12:04:53 -07:00
dotnet-maestro-bot 93186e4118 Updating external dependencies (#1144) 2018-05-07 09:59:08 -07:00
Ryan Nowak 59b166c98e fix build break. These packages got renamed and it was out of sync 2018-05-07 09:21:18 -07:00
Ryan Nowak 367aa2f76d fix build break. These packages got renamed and it was out of sync 2018-05-07 09:18:37 -07:00
Ryan Nowak 025f9695f9 Update polly dependencies
(cherry picked from commit b520569f23)
2018-05-07 08:55:31 -07:00
Ryan Nowak b520569f23 Update polly dependencies 2018-05-07 08:40:03 -07:00
ASP.NET CI bd7b951df7 Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:35:20 -07:00
ASP.NET CI b7e99bfb9c Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:10:28 -07:00
Ryan Nowak b80c0226b3 Revert "Bump Roslyn version to 2.8.0"
This reverts commit db39d7e0e0.
2018-05-04 17:07:55 -07:00
Ryan Nowak 9014cf0df0 Revert "Bump Roslyn version to 2.8.0"
This reverts commit 3c53d4d44b.
2018-05-04 17:07:08 -07:00
Ryan Nowak 3c53d4d44b Bump Roslyn version to 2.8.0
(cherry picked from commit db39d7e0e0)
2018-05-04 16:11:46 -07:00
Ryan Nowak db39d7e0e0 Bump Roslyn version to 2.8.0 2018-05-04 16:07:19 -07:00
Doug Bunting c737728c05
Merge remote-tracking branch 'origin/release/2.1' into dev
- pick up #1141 fix in 86c3ec0069
2018-05-04 14:03:46 -07:00
Doug Bunting 86c3ec0069
Mark WebHooks packages as non-shipping
- #1141
2018-05-04 13:40:57 -07:00
Pavel Krymets b4b85fa841 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-05-04 09:49:06 -07:00
Pavel Krymets cf0c11c2ca
Update AzureServicesAppAuthentication to 1.0.1 (#1143) 2018-05-04 09:47:45 -07:00
Pavel Krymets 57593543c4
Make AzureKeyVault.HostingStartup shipping and update dependency version (#1142) 2018-05-04 09:47:06 -07:00
dotnet-maestro-bot fed0f11d77 Updating external dependencies to latest prodcon build 2018-05-03 19:27:59 -07:00
Pavel Krymets facd3c10bc
Remove testing submodule (#1138) 2018-05-03 17:03:22 -07:00
Justin Kotalik 789d21befa
ANCM V1 => V2 package(#1136) 2018-05-03 14:40:04 -07:00
Nate McMaster 3ee6600ede
Merge branch 'release/2.1' into dev 2018-05-02 17:36:42 -07:00
Nate McMaster fd9a93a35a
Upgrade to SQLitePCLRaw 1.1.11 (#1134)
This contains support for the linux-musl-x64 RID.
2018-05-02 17:35:46 -07:00
Nate McMaster 4136039271
Merge branch 'release/2.1' into dev 2018-05-02 12:22:38 -07:00
Nate McMaster 1c59b85c9a
Run PreinstallBundledPackages 2018-05-02 10:37:24 -07:00
Nate McMaster 2340cd5e59
Mark all dotnet-* packages as 'ship' (#1131) 2018-05-01 14:31:21 -07:00
Nate McMaster d9c9f94492
React to SDK renaming to linux-musl-x64
Backport dd1934771f
2018-05-01 10:34:33 -07:00
Pavel Krymets ad4cf2a1dc
Update MicrosoftAzureServicesAppAuthenticationPackageVersion to stable (#1127) 2018-05-01 08:43:44 -07:00
Nate McMaster 4770a708a9
Merge branch 'release/2.1' into dev 2018-04-30 16:13:02 -07:00
Nate McMaster 3fac76c033
Remove alpine.3.6-x64 builds (#1121) 2018-04-30 15:13:22 -07:00
ASP.NET CI 8324ecedb3 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:36:23 -07:00
ASP.NET CI fcf39ffaaa Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:11:18 -07:00
Nate McMaster dd1934771f
Update to linux-musl-x64 SDK 2018-04-26 16:58:41 -07:00
Nate McMaster 43cd223f2f
Revert "Update to .NET Core 2.2.0-preview1-26425-02"
This reverts commit a375ac31a4.
2018-04-25 09:52:49 -07:00
Nate McMaster a375ac31a4
Update to .NET Core 2.2.0-preview1-26425-02 2018-04-25 08:46:39 -07:00
Nate McMaster f7bca0b090
Remove alpine.3.6-x64 builds 2018-04-25 08:42:55 -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
Pavel Krymets a9cb4a04d2
Add Microsoft.Extensions.Buffers.MemoryPool.Sources package (#1114) 2018-04-24 14:11:36 -07:00
= e0977cbd6e Merge branch 'release/2.1' into dev 2018-04-24 13:11:44 -07:00
Ryan Brandenburg 43b52b6933 Updating external dependencies 2018-04-24 12:22:35 -07:00
John Luo 8c43f9abcd Include .App in LZMA ... again 2018-04-24 12:05:48 -07:00
Nate McMaster 1d3ecc1386
Update dependencies to ProdCon build 20180423-01-1621379 2018-04-24 08:49:39 -07:00
Nate McMaster 961bf7f272
Merge branch release/2.1 into dev 2018-04-23 17:43:22 -07:00
Nate McMaster fefae2682b
Add linux-musl-x64 shared runtime (#1104) 2018-04-23 16:57:33 -07:00
Nate McMaster a293d2c187
Update to NETStandard.Library 2.0.3 (#1099) 2018-04-23 16:55:55 -07:00
Nate McMaster 4b67447db0
Merge branch 'release/2.0': into release/2.0-msrc 2018-04-23 16:48:26 -07:00
Nate McMaster 0e5247f56b
Mark KeyVault.HostingStartup as shipoob 2018-04-23 15:01:33 -07:00
Ryan Brandenburg debac65a02 Updating external dependencies 2018-04-23 14:41:25 -07:00
ASP.NET CI 358b6f1467 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:30:28 -07:00
ASP.NET CI 0991bd2d7d Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:03:32 -07:00
Nate McMaster e32e585d56
Fix bad merge from release/2.1 2018-04-20 16:45:52 -07:00
Nate McMaster c45073bfe5
Merge branch release/2.1 into dev 2018-04-20 15:10:33 -07:00
Nate McMaster e97bfc21d3
Merge branch release/2.1 into dev 2018-04-20 15:07:22 -07:00
John Luo 75295b1289 Rename delta zips to *.patch.zip/*.patch.tar.gz 2018-04-20 14:47:39 -07:00
Ryan Brandenburg fe4920405d Merge release/2.1 into dev 2018-04-20 14:13:56 -07:00
Ryan Brandenburg 2a4fa4ef28 Updating external dependencies 2018-04-20 13:32:59 -07:00
Pavel Krymets e04cb0b5ce
Add Microsoft.AspNetCore.Analyzer.Testing artifact (#1093) 2018-04-20 11:27:19 -07:00
Prafull Bhosale 3052666b8c Mark dotnet-aspnet-codegenerator as 'ship'
Fixes #1027
2018-04-20 11:26:57 -07:00
ASP.NET CI 1b6ded26cf Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:39:59 -07:00
ASP.NET CI 03228f3b30 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:16:59 -07:00
Nate McMaster a3c3928335
Add parameter so we can produce binary logs for individual repos 2018-04-19 17:59:55 -07:00
Nate McMaster 1f87572985
Update to NETStandard.Library 2.0.2 (#1089) 2018-04-19 17:56:38 -07:00
Nate McMaster a6e2dcc640
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:45:53 -07:00
Nate McMaster a0c62afacd
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:31:59 -07:00
Nate McMaster 8418e7bbcd
Revert "Add Microsoft.AspNetCore.AzureAppServices.SiteExtension to normal builds (#1086)"
This reverts commit 5c6b98a19f.
2018-04-19 15:13:07 -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 5c6b98a19f
Add Microsoft.AspNetCore.AzureAppServices.SiteExtension to normal builds (#1086) 2018-04-19 11:55:11 -07:00
Smit Patel ece1fec0f5 Rename EFCore.DocumentDb package to EFCore.Cosmos.Sql 2018-04-19 11:53:31 -07:00
Ryan Brandenburg adccac3591 Fix GetArtifactInfo 2018-04-18 18:00:24 -07:00
Ryan Nowak d42a9953a4 Update Polly.Extensions.Http-Signed to 1.0.4
Updates to the stable release we will use for RTM

(cherry picked from commit 57f338623b)
2018-04-18 18:59:41 -04:00
Ryan Nowak 57f338623b Update Polly.Extensions.Http-Signed to 1.0.4
Updates to the stable release we will use for RTM
2018-04-18 18:58:01 -04:00
Mike Harder ac0ee35362
Change AutobahnTester to use dynamic ports with Kestrel (#238)
- Depends on https://github.com/aspnet/Hosting/pull/1388
- Addresses https://github.com/aspnet/Home/issues/3062
2018-04-18 15:19:24 -07:00
Nate McMaster d8b413720f
Merge branch release/2.0 into release/2.0-msrc 2018-04-18 13:55:56 -07:00
Nate McMaster de3d5e0e29
Exclude additionalDeps files due to file path conflicts with the 2.0.7 release 2018-04-18 13:11:52 -07:00
Ryan Nowak 73dff82e00 Update Roslyn version numbers
Part of https://github.com/aspnet/Razor/issues/2282
2018-04-18 12:04:04 -07:00
Nate McMaster 20533d0510
Merge branch release/2.0 into release/2.0-msrc 2018-04-18 10:10:52 -07:00
Nate McMaster de692a6afe
Flow DotNetAssetRootAccessTokenSuffix through to docker-run as an env variable 2018-04-18 10:10:10 -07:00
Nate McMaster 6edc4bf3b6
Mark Microsoft.NETCore.DotNetAppHost as a private dependency 2018-04-18 09:11:48 -07:00
prafullbhosale 076ebbe055 Add version variable for Microsoft.NETCore.DotNetAppHost dependency (needed for global tools) (#1079) 2018-04-18 09:10:33 -07:00
Nate McMaster f6774f33f6
Merge branch release/2.0 into release/2.0-msrc 2018-04-18 08:28:54 -07:00
Nate McMaster ef9c66ab0b
Remove Microsoft.AspNetCore.AzureKeyVault.HostingStartup from additionalDeps generation 2018-04-18 08:28:34 -07:00
Nate McMaster 5858c4cbc4
Merge branch release/2.0 2018-04-17 16:45:35 -07:00
Nate McMaster 95cd76abdd
Fix package category for shipoob packages 2018-04-17 16:44:40 -07:00
Nate McMaster 2f91599af9
Upgrade to System.Security.Cryptography.Xml 4.4.2 2018-04-17 15:54:56 -07:00
Nate McMaster cba1e5b166
Add Microsoft.AspNetCore.AzureKeyVault.HostingStartup as a shipping package 2018-04-17 15:37:06 -07:00
Nate McMaster 5d96a48638
Prepare 2.0.8 patch 2018-04-17 15:37:06 -07:00
Ryan Brandenburg 07dddce092 Branching for 2.1.0-rc1 2018-04-16 17:04:05 -07:00
Ryan Brandenburg ba3cf559bd Branching for 2.1.0-rc1 2018-04-16 16:55:36 -07:00
ASP.NET CI 2ef84e6b9a Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:30:55 -07:00
ASP.NET CI a563e6e966 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:04:03 -07:00
Ryan Nowak d0c949f2d1 Update artifacts.props 2018-04-13 17:58:19 -07:00
Nate McMaster e854535a8c
Push symbols to new myget symbols feed 2018-04-13 14:02:07 -07:00
Pavel Krymets 64019efb0f
2.1.0-preview3-26413-02 (#1068) 2018-04-13 12:07:07 -07:00
Andrew Stanton-Nurse ca5dfec271
react to aspnet/SignalR#2005 (#1069) 2018-04-13 12:01:50 -07:00
Pavel Krymets b67b5586f2
corefx 2.1.0-preview3-26413-01 (#1064) 2018-04-13 10:28:02 -07:00
Nate McMaster 3fa5a7cd79
Fix ArgumentOutOfRangeException in analyzing the build graph 2018-04-13 09:33:28 -07:00
Sébastien Ros 74f13328ed Adding Utf8Json dependency (#1060) 2018-04-12 10:20:10 -07:00
Pranav K 18a15435e9 Specify branch name when calling PublishToBlobFeed 2018-04-12 10:00:39 -07:00
Pavel Krymets b2dff1ca58
Add XunitExtensibilityExecutionPackage (#1054) 2018-04-11 09:20:19 -07:00
Justin Kotalik 182209cb63
Add ANCMV1 package (#1050) 2018-04-10 23:15:23 -07:00
Ryan Brandenburg 49acd16712 Updating external dependencies 2018-04-10 15:59:31 -07:00
Ryan Nowak 3971e164d9 Update dependencies.props
Update polly dependencies
2018-04-10 13:34:58 -07:00
Nate McMaster 2657a17a63
Use an older version of microsoft/dotnet which still has libunwind.so in it 2018-04-10 11:57:42 -07:00
Ryan Brandenburg 14cc048102 Fix npm command 2018-04-10 10:17:52 -07:00
Nate McMaster f762d5dc61
Merge branch 'release/2.1' into dev 2018-04-10 09:53:47 -07:00
dotnet-maestro-bot 78e4d4383c Updating external dependencies to '20180406-05-1567334' (release/2.1) (#1044) 2018-04-10 09:12:18 -07:00
BrennanConroy 32bbc58bef
Replace messagepack dependency (#1046) 2018-04-09 18:47:56 -07:00
Nate McMaster d7103b1853
Remove unnecessary conditions for skipping linux-arm builds 2018-04-09 16:04:54 -07:00
Ryan Brandenburg c4196fabf3 Fix npm command 2018-04-09 15:03:27 -07:00
Nate McMaster aff2d08d04
Remove unused external dependencies (#1043) 2018-04-09 09:57:57 -07:00
Nate McMaster 68a122b16c
Merge branch 'release/2.1' into dev 2018-04-09 09:54:00 -07:00
Nate McMaster 7ed3ccb768
Update to core-setup 2.0.7-20180406 packages 2018-04-09 09:19:01 -07:00
Nate McMaster 699d17fdeb
Don't generate crossgen symbols if the framework is not crossgen-ed 2018-04-06 15:02:32 -07:00
Nate McMaster 50ce20f0f9
Generate an arm32 shared framework without crossgen (#1037) 2018-04-06 13:49:22 -07:00
Nate McMaster 6c79085b10
Use PackageVersion to define version of the LineupPackage 2018-04-06 11:27:10 -07:00
Ryan Brandenburg 45cb5760c7 React to BuildTools change 2018-04-06 10:29:34 -07:00
Ryan Nowak 4cea9d3f2f Update Polly.Extensions.Http-Signed dependency 2018-04-05 18:07:01 -07:00
Nate McMaster 9f7e295af8
Add task to generate the repo to repo graph (#1036) 2018-04-05 13:24:49 -07:00
David Fowler c78df3e261
Added Microsoft.AspNetCore.SignalR.Protocols.Json (#1035) 2018-04-05 01:43:21 -07:00
Chris Ross (ASP.NET) f5aeef7319 Update NetCoreApp to preview2-26403-06 2018-04-04 10:24:40 -07:00
Chris Ross (ASP.NET) 45c9ad4712 Update NetCoreApp to preview2-26403-06 2018-04-04 09:57:30 -07:00
James Newton-King e4599c9ef4
Remove two SignalR MessagePack packages (#1031) 2018-04-04 21:46:52 +12:00
ASP.NET CI 54a0536e3f Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:46:58 +00:00
ASP.NET CI a89fa5c820 Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:20:55 +00:00
Nate McMaster 09418f1e39
Re-add dotnet-core myget feed 2018-04-03 14:06:25 -07:00
Nate McMaster e323d5fd12
Update feed used to pull the latest 2.0.7 build 2018-04-03 13:39:51 -07:00
Pavel Krymets f828c9d6aa
Merge release/2.1 into dev (#1030) 2018-04-03 10:45:17 -07:00
Pavel Krymets 7450163495
Reaction to *Memory changes (#1029) 2018-04-02 16:43:29 -07:00
dotnet-maestro-bot 2872a236ec Updating external dependencies to '20180330-03-1543000' (#1024) 2018-04-02 15:32:42 -07:00
Nate McMaster cad2b01dae
Hard-code the repo-to-repo build order on macOS and Linux (#1028)
Workaround for #1014
2018-04-02 15:31:45 -07:00
Nate McMaster fbdb3c558f
Mark dotnet-aspnet-codegenerator as noship (#1022)
... for now.
2018-04-02 13:36:34 -07:00
Justin Kotalik 5d2da9fed8 Merge into dev 2018-04-02 11:42:51 -07:00
Andrew Stanton-Nurse bbc9f56ece
update artifacts.props in dev (#1025) 2018-04-02 09:41:58 -07:00
Pavel Krymets 3a2a571c11
Update to preview2-26330-05 (#1023) 2018-03-31 11:46:18 -07:00
Andrew Stanton-Nurse f3f51a07f3
react to iconnection move (#1020) 2018-03-30 15:48:17 -07:00
Nate McMaster a49cee13fb
Remove unused attributes in artifacts.props 2018-03-30 14:14:44 -07:00
Justin Kotalik fd6c217336 Revert "Build runtime specific metapackages"
This reverts commit ec184bc361.
2018-03-30 13:02:45 -07:00
Justin Kotalik 1186ab688b noship .RH 2018-03-30 13:02:45 -07:00
Ryan Nowak a49d7a64be Add new Polly HTTP dependency
Polly is adding some new APIs for our scenarios that are specific to
HttpClient.

(cherry picked from commit 173594db1f)
2018-03-30 12:37:22 -07:00
Ryan Nowak 173594db1f Add new Polly HTTP dependency
Polly is adding some new APIs for our scenarios that are specific to
HttpClient.
2018-03-30 11:16:06 -07:00
Pranav K b77a963755
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-29 22:21:44 -07:00
Pranav K 21d0475cf2 Add Microsoft.AspNetCore.Analyzers.Experimental package 2018-03-29 21:49:55 -07:00
= 1a1bdd43a5 Merge branch 'release/2.1' into dev 2018-03-29 16:40:17 -07:00
= 365e255c9b Add authentication UI packages to the LZMA 2018-03-29 16:30:42 -07:00
Nate McMaster 19c7c1beec
Add MSBuild namespace to generated dependencies.props file 2018-03-29 09:45:31 -07:00
Nate McMaster 2d5559b06a
Update dependencies to build 20180326-03-1527311 2018-03-28 16:07:10 -07:00
Nate McMaster b2c3cb726d
Merge branch 'release/2.1' into dev 2018-03-28 15:23:45 -07:00
Nate McMaster 289d3592fa
Update to SQLitePCLRaw 1.1.10 2018-03-28 15:22:10 -07:00
Nate McMaster f373a96968
Update Microsoft.NETCore.App dependency to 2.0.7 2018-03-28 14:01:30 -07:00
Nate McMaster 5b0af04b29
Fix RPM generation when store folder is empty, and add restore source for dotnetfeed 2018-03-28 13:03:52 -07:00
= dd27854c42 Add .App metapackage to the LZMA 2018-03-27 16:53:10 -07:00
Hao Kung 8e9dd56851
Merge release/2.1 -> dev (#1007)
* Updating submodule(s)

Diagnostics => db1bdc7ede
IISIntegration => 2233dcf509
MetaPackages => 0e7f12bfb3

[auto-updated: submodules]

* Update universe for DockerSecrets rename (#1004)

* Update Configuration to latest version

* Update artifacts for docker rename and now ship

* Update configuration sub
2018-03-27 15:16:33 -07:00
Nate McMaster 61ffc55bc1
Add ANCM version to generate list of deps versions 2018-03-27 15:16:16 -07:00
Hao Kung 26815a688c
Update universe for DockerSecrets rename (#1004)
* Update Configuration to latest version

* Update artifacts for docker rename and now ship
2018-03-27 14:45:01 -07:00
Pranav K 3fe479ab83
Add MicrosoftDiaSymReaderNativePackageVersion 2018-03-27 11:58:37 -07:00
dotnet-maestro-bot 3d88d912e6
Updating external dependencies to '20180325-03-1519352' (#998) 2018-03-27 11:57:48 -07:00
Pranav K 895ccb6b10 Add MicrosoftDiaSymReaderNativePackageVersion 2018-03-27 11:28:44 -07:00
Nate McMaster 87613d0e41
Fix typo in restore sources 2018-03-27 10:29:40 -07:00
dotnet-maestro-bot d6c296ba8c Updating external dependencies to '20180325-03-1519352' (#998) 2018-03-27 10:08:13 -07:00
Nate McMaster d94db644e3
Backport: separate list of dependency versions and dependency items, and stop issuing KRB4002 on duplicates 2018-03-27 10:06:56 -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 2efb163714
Generate branding.g.props for use in downstream builds that need to align version information 2018-03-26 16:14:30 -07:00
Nate McMaster eb5b94e3c4
Make consistent variable names for RestoreSourcePropsPath 2018-03-26 16:03:09 -07:00
Nate McMaster 957a6044e4
Fix misaligned MSBuild variable name 2018-03-26 13:59:27 -07:00
Nate McMaster 2dbb33d316
Update to build tools 2.0.7-rtm-10025 and remove custom DownloadNuGetPackages task in favor of the one in build tools 2018-03-26 11:53:34 -07:00
Nate McMaster cc58605db6
Update to Newtonsoft.Json 11.0.2 2018-03-25 23:53:01 -07:00
ASP.NET CI a81320f699 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:59:49 -07:00
ASP.NET CI 8a566172eb Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:33:36 -07:00
Nate McMaster 0f765534cb
Remove duplicate copies of files from artifact output 2018-03-23 16:37:40 -07:00
John Luo ec184bc361 Build runtime specific metapackages 2018-03-23 13:40:27 -07:00
Javier Calvarro Nelson 191e10e5a7 Add the Azure Active Directory integration package 2018-03-23 13:05:49 -07:00
David Fowler ce2d175f19
Reacting to Kestrel package rename (#988)
* Reacting to Kestrel package rename
- Update Kestrel
- Updated SignalR
2018-03-22 22:51:46 -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 e5822232bb
Update to .NET Core 2.0.7-servicing-26322-01 2018-03-22 15:15:52 -07:00
Javier Calvarro Nelson 0fbd2bb45e Add Azure AD B2C integration package 2018-03-22 13:29:08 -07:00
Javier Calvarro Nelson 7eb13646d5 Add AAD Integration repo 2018-03-22 11:34:11 -07:00
Nate McMaster 6eb4b0ecfb
Prepare the 2.0.7 patch 2018-03-22 10:08:30 -07:00
Nate McMaster 1aac4f4332
Mark dotnet-aspnet-codegenerator as ship (#982) 2018-03-21 14:58:25 -07:00
Nate McMaster 6c54d51390
Ensure repos have a NuGetPackageVerifier file (#980) 2018-03-21 12:39:51 -07:00
Nate McMaster 1ddea573bb
Update to Newtonsoft.Json 11.0.1 (#979) 2018-03-21 09:00:05 -07:00
Kiran Challa 53a66b5ce8 Removed Microsoft.AspNetCore.SpaTemplates from artifacts as its no longer produced 2018-03-20 16:57:35 -07:00
Mike Harder 72d706526e
Upgrade Microsoft.NET.Test.Sdk to 15.6.1 (#972) 2018-03-20 16:32:00 -07:00
Nate McMaster 5aa5f92345
Adjust docker build to use current user ID (#977) 2018-03-20 16:17:59 -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 66c53b843e
Use wget instead of curl inside alpine docker build
For reasons I don't understand, curl started failing over the weekend with:

    curl: (48) An unknown option was passed in to libcurl

This change to wget instead which works just as well
2018-03-19 12:00:46 -07:00
Brice Lambson 35716ebf2c Make dotnet-ef a global tool 2018-03-19 10:30:37 -07:00
John Luo a313aead2a Update supported installer platforms
Remove ubuntu 17.04

Add ubuntu 17.10

Add ubuntu 18.04
2018-03-16 11:47:50 -07:00
Chris Ross fa825fe247 Add new HostFiltering package 2018-03-16 10:33:54 -07:00
Andrew Peters 1f470164d9 Update artifacts.props 2018-03-16 10:11:50 -07:00
Ryan Brandenburg cd1d4d4b41 Update dependencies to unblock ProdCon 2018-03-15 16:58:52 -07:00
Pranav K c6369bfba1 Move MicrosoftDotNetArchivePackageVersion to pinned version section 2018-03-15 14:27:28 -07:00
David Fowler d28d89e140 Remove Microsoft.AspNetCore.Sockets 2018-03-15 08:42:01 -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
Stephen Halter 2d97118821
Remove Kestrel.Transport.Libuv from app metapackage (#959) 2018-03-14 13:16:52 -07:00
Pavel Krymets c5efbc0b15
Update BenchmarkDotNet (#958) 2018-03-14 08:55:51 -07:00
David Fowler 6de76c5e69
Respect the buffer size arguments on options (#230)
* Respect the buffer size arguments on options
- Allocate a buffer for receives and pass into CreateFromStream.
2018-03-14 08:48:45 -07:00
Nate McMaster 27440da725
Add additional restore sources to PackageArchive.targets 2018-03-13 17:13:09 -07:00
John Luo 1ce0e6ecdf Add lzma repo task 2018-03-13 12:25:22 -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
N. Taylor Mullen 5de21c8da3 Update MonoDevelop.Addins package to 1.3.8. 2018-03-13 10:07:34 -07:00
Nate McMaster a3f0260ee8
Upload to Azure in parallel (#952) 2018-03-13 10:01:55 -07:00
John Luo 5930b19e98 Remove duplicate files from symbols packages 2018-03-12 16:12:30 -07:00
Nate McMaster 2d6680986f
Remove entrypoint from Dockerfile so build arguments properly flow into the container 2018-03-12 16:08:06 -07:00
Nate McMaster 1c7f4142aa
Implement script to run build inside a local docker container (#950) 2018-03-12 14:04:12 -07:00
AndriySvyryd b0a40d8bc7 Rename Microsoft.EntityFrameworkCore.Attributes to Microsoft.EntityFrameworkCore.Abstractions 2018-03-12 00:17:29 -07:00
Pavel Krymets 8e74412a4c
Update to new corefx (#946) 2018-03-08 14:23:31 -08:00
ASP.NET CI e879cf7a57 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 13:18:35 -08:00
ASP.NET CI 8a42c24f46 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 12:55:33 -08:00
= c46f164c26 Fix shared fx symbols name 2018-03-07 12:42:29 -08:00
= 7f8b23847e Add Microsoft.AspNet.WebApi.Client to .App and .All metapackages 2018-03-06 12:32:24 -08:00
Pranav K 9307746a20
Use dotnet-core feed in repos 2018-03-06 10:06:47 -08:00
Pranav K b5d672cd48
Use dotnet-core feed in repos 2018-03-06 10:03:04 -08:00
Nate McMaster 63a990c1c0
Move Microsoft.Build.* and System.Runtime.Interopservices.RuntimeInformation to stable versions list (#942) 2018-03-06 09:47:05 -08:00
= 59155fde58 Remove azure packages from .App metapackage and framework 2018-03-05 14:54:17 -08:00
Pavel Krymets eb3e6cfab5
Realign all package versions (#941) 2018-03-05 14:53:08 -08:00
= c45864d299 Remove HostingStartup infrastructure from Universe 2018-03-05 12:23:59 -08:00
Pavel Krymets 0a462d5e83
Remove keyvault hosting startup from artifacts (#937) 2018-03-05 10:38:02 -08:00
ASP.NET CI 0ec64af67c Update dependencies.props
[auto-updated: dependencies]
2018-03-04 12:11:40 -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
Nate McMaster 7357e483cf
Add one more condition to around building Alpine support 2018-03-02 08:41:07 -08: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 48ea4a6699
Force restore when building sharedfx csproj file 2018-03-01 13:00:35 -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
Smit Patel 3ffcc9bdb5 Add EFCore.Analyzers package 2018-02-28 16:37:19 -08:00
Pavel Krymets 2a5c27c789
Add new package artifacts (#930) 2018-02-28 13:46:09 -08:00
Pavel Krymets 437b34b746
Reac to pipes in corefx (#926) 2018-02-28 12:42:12 -08:00
Chris Ross 2a41837df4
Add new WsFederation package (#927) 2018-02-28 10:16:59 -08:00
Nate McMaster 4dcb3f4ce9
Don't set version variables in a ProdCon build that we expect from PackageVersions.props (#924) 2018-02-27 15:50:17 -08:00
Andrew Stanton-Nurse 4a49d6dd75
Restore "Force conformance tests to run on the CI (#228)" (#229)
This reverts commit 57622cab6b.
2018-02-26 11:39:18 -08:00
ASP.NET CI 9cefe7c596 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:20:07 -08:00
ASP.NET CI 68bff8e05e Update dependencies.props
[auto-updated: dependencies]
2018-02-26 10:56:57 -08:00
Pranav K a75c51befa
Remove Microsoft.VisualStudio.Web.CodeGeneration.Tools artifact 2018-02-25 06:22:26 -08:00
Pranav K c4304ea723 Add dotnet-aspnet-codegenerator to artifacts.props 2018-02-24 14:19:35 -08:00
Nate McMaster 68b3df8fe9
Don't ship global CLI tool packages to nuget.org or put into LZMA (#906) 2018-02-22 14:49:24 -08:00
Pavel Krymets fd38a67f80
Drop Pipelines.Testing dependency that we don't use (#915) 2018-02-22 12:38:44 -08:00
Ryan Nowak 3f96f6e232 Add new Http.Polly package to universe 2018-02-21 17:11:34 -08:00
Andrew Stanton-Nurse 57622cab6b Revert "Force conformance tests to run on the CI (#228)"
This reverts commit 3ca7c0365a.
2018-02-20 16:51:22 -08:00
= 9546f894a5 Remove MsgPack from .All metapackage 2018-02-20 15:09:20 -08:00
Andrew Stanton-Nurse d9122fbdf7
update SignalR and MsgPack-Cli version (#909) 2018-02-20 13:57:19 -08:00
Nate McMaster 295fd1bac4
Update Microsoft.NET.Test.Sdk to 15.6.0 2018-02-20 13:45:20 -08:00
= f868fd8558 Rename cumulatvie runtimestores for publishing 2018-02-20 10:45:50 -08:00
Andrew Stanton-Nurse 3ca7c0365a
Force conformance tests to run on the CI (#228) 2018-02-20 08:58:01 -08:00
John Luo 2a7d2ea12e Produce timestamped cumulative runtime store archives to enable ingestion of timestamped packages 2018-02-19 17:56:06 -06:00
Doug Bunting 0891903596 Use RTM `Microsoft.AspNet.WebApi.Client` package
- aspnet/Mvc#7212
2018-02-18 18:09:20 -08:00
ASP.NET CI f89427ec98 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:36:07 -08:00
ASP.NET CI 4a9debcea8 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:13:17 -08:00
Nate McMaster a1916c8ea1 Merge branch 'release/2.1' into dev 2018-02-16 15:54:28 -08:00
Nate McMaster 6a47e39215 Update dependencies to prodcon build 20180216-05 2018-02-16 15:42:55 -08:00
Matt Mitchell 29991868f3 Update corefxlab dependencies to preview1 versions (#902) 2018-02-16 14:05:41 -08:00
Ryan Nowak b48aeaf323
Add Polly.Signed to lineup (#882) 2018-02-16 13:47:38 -08:00
Nate McMaster 06e225dc9f
Better error for when you forget to clone submodules 2018-02-16 10:55:37 -08:00
Ryan nopush 86b277ed37 Updating BuildTools from 2.1.0-preview2-15704 to 2.1.0-preview2-15705
[auto-updated: buildtools]
2018-02-16 10:23:38 -08: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 c44cf5bdc5 Merge branch release/2.1 into dev 2018-02-15 15:58:13 -08:00
Nate McMaster 50641534ad Publish corefxlab packages to the transport feed 2018-02-15 15:48:59 -08:00
Nate McMaster b9afadedec Remove dependency on custom version of Microsoft.NETCore.Compilers 2018-02-15 14:39:52 -08:00
John Luo 334c3bd6c9 Use correct directory for packing sharedfx files 2018-02-15 13:04:00 -08:00
Nate McMaster e2373fc4a5 Upgrade dependencies and build tools 2018-02-14 16:45:43 -08:00
Nate McMaster e691822d2b Merge branch 'release/2.1' into dev 2018-02-14 15:18:12 -08:00
Nate McMaster fec15b8246
Split dependency versions into pinned vs automatically updated/overridden (#879) 2018-02-14 14:11:16 -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
Nate McMaster 5e97b02de6 Mark Microsoft.AspNetCore.AspNetCoreModule as not-shipping 2018-02-13 17:35:19 -08:00
Nate McMaster e3040af779 Merge branch 'release/2.1' into dev 2018-02-13 17:34:31 -08:00
Nate McMaster 5e1220377e Mark Microsoft.AspNetCore.AspNetCoreModule as shipping 2018-02-13 15:29:39 -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 989afa53ae Undo typo 2018-02-13 14:17:57 -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
= 3309cc5f90 Remove AzureAppServices.Hosting startup from .App and remove AzureKeyVault.HostingStartup from .All 2018-02-13 14:14:17 -08:00
= 6c4f043136 Include SignalR packages in .App/.All 2018-02-13 14:14:17 -08:00
= e21df792fb Rename generic rpm installers 2018-02-13 14:14:16 -08:00
Nate McMaster f76d2f8d92 Update dependencies to prodcon build 20180208-05-1367307 (#867)
* Updates packages to 20180208-05-1367307 prodcon output
* Updates corefxlab packages to 0.1.0-preview1-180208-1
* Add script to automate updates from prodcon build manifest
2018-02-13 14:14:16 -08:00
Pavel Krymets 167f71ebb9 Restore external dependencies in SiteExtension build (#868) 2018-02-13 14:09:04 -08:00
Nate McMaster af61e09949 Fix typo in assigning publish category to prodcon packages (#861) 2018-02-13 14:06:43 -08:00
Javier Calvarro Nelson 858ac2b487 Removes the token server packages from preview1 2018-02-13 14:06:16 -08:00
Pavel Krymets 6abf11a3bb Prepare output paths (#860) 2018-02-13 14:06:16 -08:00
Pavel Krymets ad4b73ebe9 Fix property name in universe (#857) 2018-02-13 14:06:16 -08:00
John Luo 127b374b19 Undo typo 2018-02-13 12:29:15 -08:00
Nate McMaster 86be67a1f3
Fix typo in property name (#876) 2018-02-13 11:44:48 -08:00
John Luo 71676f7888 Fix typo 2018-02-13 11:26:37 -08:00
Pranav K bb5bf073c2 Update to final versions 2018-02-13 10:56:45 -08:00
John Luo 23c1fed2e4 Resolve portable pdbs from symbols packages 2018-02-12 19:55:19 -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
ASP.NET CI 40fb71f6dd Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:46:42 -08:00
ASP.NET CI 99165207bb Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:18:18 -08:00
David Fowler bc40174a49
Remove Buffers.Primitives as Private 2018-02-10 13:14:06 -08:00
= 533f368ac5 Remove AzureAppServices.Hosting startup from .App and remove AzureKeyVault.HostingStartup from .All 2018-02-09 15:53:00 -08:00
= a7676ddaf4 Include SignalR packages in .App/.All 2018-02-09 15:11:38 -08:00
ASP.NET CI b369d335dd Update dependencies.props
[auto-updated: dependencies]
2018-02-09 12:06:10 -08:00
= a5cba06ef8 Rename generic rpm installers 2018-02-09 11:51:35 -08:00
ASP.NET CI a178c8c5af Update dependencies.props
[auto-updated: dependencies]
2018-02-09 11:36:57 -08:00
Nate McMaster 21da438c1b
Update dependencies to prodcon build 20180208-05-1367307 (#867)
* Updates packages to 20180208-05-1367307 prodcon output
* Updates corefxlab packages to 0.1.0-preview1-180208-1
* Add script to automate updates from prodcon build manifest
2018-02-09 11:20:15 -08:00
BrennanConroy bc8662acda
Update Xunit dependency (#869) 2018-02-09 10:50:29 -08:00
Pavel Krymets 9f68d4b92e
Restore external dependencies in SiteExtension build (#868) 2018-02-09 08:26:08 -08:00
Nate McMaster 8dabce0c19
Restore the original lockfile in repos after invoking build.cmd/sh (#865) 2018-02-08 17:23:35 -08:00
Javier Calvarro Nelson 184520f501 Adding AngleSharp for testing purposes 2018-02-08 14:22:15 -08:00
Pavel Krymets 4040cb9638
Create all directories and make it by default (#862) 2018-02-08 11:39:09 -08:00
Nate McMaster 6f814ed536
Fix typo in assigning publish category to prodcon packages (#861) 2018-02-08 11:35:33 -08:00
Javier Calvarro Nelson 331e46c632
Removes the token server packages from preview1 2018-02-08 10:34:04 -08:00
Pavel Krymets 508d7ab9e1
Prepare output paths (#860) 2018-02-08 09:19:27 -08:00
Pavel Krymets 72255f5338
Fix property name in universe (#857) 2018-02-07 15:19:40 -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
Smit Patel e12c666ed7 Upgrade Remotion.Linq dependency to RTM 2018-02-06 22:40:44 -08:00
John Luo f15d0f7567 Merge branch 'release/2.1' into dev 2018-02-06 09:46:09 -08:00
John Luo 0732f9379f Merge branch 'rybrande/AddArchiveReferences' into release/2.1 2018-02-06 09:44:21 -08:00
= 0ec2bd4e76 Add .App to LZMA
- Use metapackage version for .App in archiver project
2018-02-06 09:44:04 -08:00
Ryan Brandenburg 0f9d1f13ed Publish symbol packages to transport feed 2018-02-06 09:29:22 -08:00
Ryan Brandenburg 711436b7a1 Notify which package is missing 2018-02-05 16:41:05 -08:00
Nate McMaster bbd617590f Revert "Include Microsoft.AspNetCore.App in the LZMA"
This reverts commit f35d96b0db.
2018-02-05 16:06:31 -08:00
Nate McMaster b06e3f3725 Revert "Include Microsoft.AspNetCore.App in the LZMA"
This reverts commit f35d96b0db.
2018-02-05 16:00:30 -08:00
= 3cbd587bf2 Merge branch 'release/2.1' into dev 2018-02-05 10:25:23 -08:00
John Luo f35d96b0db Include Microsoft.AspNetCore.App in the LZMA 2018-02-05 10:20:03 -08:00
ASP.NET CI 1df5a51d8d Update dependencies.props
[auto-updated: dependencies]
2018-02-03 03:08:50 +00:00
ASP.NET CI d0dea3ca5f Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:39:43 +00:00
Nate McMaster 3213438353 Merge branch 'release/2.0' into release/2.0-msrc 2018-02-02 16:44:42 -08:00
Chris Ross (ASP.NET) 6d21d9c04b Raise IdentityModel dependencies to 5.2.0. Add new WsFed dependencies. 2018-02-02 16:27:34 -08:00
Pranav K 3e17ec1450 React to Razor SDK rename 2018-02-02 14:35:45 -08:00
Chris Ross (ASP.NET) 4f82c3e230 Add new WsFederation package and dependencies 2018-02-02 14:00:44 -08:00
Ryan Nowak 9ff2d2f87d Add CPS dependencies
These are the latest public (nuget.org) released versions and they are a
bit old, but for now these meet our requirements.
2018-02-02 12:46:52 -08:00
John Luo 1c31731d89 Merge branch 'release/2.1' into dev 2018-02-01 15:01:46 -08:00
John Luo 3ad022d5a9 Include SpaServices.Extensions in .App and .All metapackages 2018-02-01 12:10:31 -08:00
John Luo af29b489cb Update rhel.7 image used to build rpms 2018-02-01 11:56:27 -08:00
John Luo e4e837fa24 Flatten dependencies of Microsoft.AspNetCore.All metapackage
Remove BrowserLink from Microsoft.AspNetCore.App
Remove version locking in .All metapackage
2018-02-01 11:51:27 -08:00
Nate McMaster 864ee50b4c Merge branch 'release/2.1' into dev 2018-02-01 10:40:07 -08:00
Nate McMaster 2233481d34 Ensure all packages are included in ArtifactInfo 2018-02-01 10:24:07 -08:00
ASP.NET CI c7c4bd6ebc Update dependencies.props
[auto-updated: dependencies]
2018-02-01 04:51:45 +00:00
ASP.NET CI 5c53031d9b Update dependencies.props
[auto-updated: dependencies]
2018-02-01 03:00:51 +00:00
Nate McMaster a9960cec13 Merge branch 'release/2.1' into dev 2018-01-31 10:07:10 -08:00
Nate McMaster e3131d0d5d Use PackageVersion to set the name of the debian installers, not Version 2018-01-31 10:06:12 -08:00
John Luo 0afcf7ed76 Produce timestamped cumulative runtime store archives to enable ingestion of timestamped packages 2018-01-30 15:55:23 -08:00
Pranav K b9dd8c676a Merge remote-tracking branch 'origin/release/2.1' into dev
# Conflicts:
#	korebuild-lock.txt
2018-01-30 15:38:22 -08:00
Nate McMaster 05174814f6
Ensure the LZMA includes CLI global tools .nupkg, nupkg.sha512, and .nuspec files (#829) 2018-01-30 15:22:31 -08:00
Pranav K fe2628a68f Mark Logging.Analyzers as shipoob so it gets signed 2018-01-30 13:49:48 -08:00
Nate McMaster 723e2d854d
Update publish to include more metadata in the manifest (#826)
* Update publish to include more metadata in the manifest
* Update build tools to 2.1.0-preview1-1009
2018-01-30 13:36:39 -08:00
Ryan Brandenburg 18575e8879 Run more checks on Universe PRs 2018-01-30 13:03:42 -08:00
Pavel Krymets be98846588 Update to latest aligned set of versions 2018-01-30 12:46:34 -08:00
John Luo 4c79a2fe59 Merge branch 'release/2.1' into dev 2018-01-30 12:04:18 -08:00
John Luo bd7c1b1c22 Update rhel.7 image used to build rpms 2018-01-30 11:03:37 -08:00
Nate McMaster 5fae89b962
Update versions to include prodcon build id (#819)
* Update versions to include prodcon build id
* Ensure version metadata does not appear in the package version
* Update build tools
2018-01-30 10:38:09 -08:00
Pavel Krymets c42bd87fdf
Update corefx and corefxlab (#821) 2018-01-30 10:21:02 -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
Pavel Krymets 471f0672d0 Use even newer version 2018-01-29 16:03:16 -08:00
Pavel Krymets 80cbcfd075 Update rest of versions 2018-01-29 15:40:55 -08:00
Pavel Krymets 67a3aa85ad
Update corefx and corefxlab dependencies (#817) 2018-01-29 14:34:09 -08:00
Pranav K c24b577175 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-01-29 13:54:35 -08:00
Pranav K 9137604ea3 Add ShipInstaller=dotnetcli to non-package blobs 2018-01-29 12:55:58 -08:00
Andrew Stanton-Nurse a6fc4776da
fix Kestrel version to fix build (#227) 2018-01-26 12:27:41 -08:00
Nate McMaster eebe2576d3 Merge branch 'release/2.1' into dev 2018-01-26 12:07:56 -08:00
Pranav K 6ba5e8cadf
Include metadata when publishing to blob (#804)
* Include metadata when publishing to blob
2018-01-26 11:57:04 -08:00
Smit Patel ad6f4046c8 Add EFCore.DocumentDb package (noship) 2018-01-26 09:34:18 -08:00
Nate McMaster 1f8f30a1e8 Merge branch 'release/2.1' into dev 2018-01-25 18:05:59 -08:00
Nate McMaster baa665db81
Include global CLI tool packages in the LZMA (#809)
Fixes #803
2018-01-25 18:04:40 -08:00
Pranav K 1e725e6f71 Add Razor.Sdk package 2018-01-25 15:05:04 -08:00
Doug Bunting 6162476e0a Add aspnet/WebHooks to Universe 2018-01-25 10:46:13 -08:00
Andrew Stanton-Nurse 809d7399c1 Merge branch 'release/2.1' into dev 2018-01-23 19:59:53 -08:00
Andrew Stanton-Nurse 6bc49ad6ca
update to use corefx package (#222) 2018-01-23 19:57:28 -08:00
John Luo 13b3d51b80 Exclude native assets from Microsoft.NETCore.App 2018-01-23 16:46:06 -08:00
Pranav K eaa2b146ff Branching for 2.1.0-preview1 2018-01-23 15:33:22 -08:00
Andrew Stanton-Nurse cf9075d3fc
Mirror System.Net.WebSockets.WebSocketProtocol (#789) 2018-01-23 14:07:13 -08:00
John Luo cc3c24417c Remove duplicated assemblies from .All shared framework 2018-01-23 10:42:23 -08:00
Pranav K b960818247 Build metapackages in sequence since they rely on each other. 2018-01-22 14:57:41 -08:00
Pranav K 13cf9f76bd Add support for building Microsoft.AspNetCore.Analyzers metapackage 2018-01-22 13:54:50 -08:00
Nate McMaster c6f2fa307a Merge branch 'release/2.0' 2018-01-19 16:57:57 -08:00
Nate McMaster 22c09387cb Update runtime store generation to respect DotNetAssetRootUrl 2018-01-19 16:57:17 -08:00
Pranav K f33892ebc4 Add Microsoft.AspNetCore.Mvc.Analyzer 2018-01-19 16:49:50 -08:00
Nate McMaster 5bd5ba9626 Mirror System.Data.SqlClient 2018-01-19 14:42:24 -08:00
Arthur Vickers f0f65317fb Add EntityFramework.Proxies package 2018-01-19 14:15:17 -08:00
John Luo 95508a0058 Fix rebase error 2018-01-19 12:32:12 -08:00
= 564e049ae9 Build Microsoft.AspNetCore.App
- Produce .App and .All metapackages and shared frameworks
2018-01-19 11:32:30 -08:00
Nate McMaster 0447754f4f Merge branch 'release/2.0' 2018-01-19 11:14:42 -08:00
Nate McMaster df31235288 Ensure the required 2.0.x runtime is installed 2018-01-19 11:12:16 -08:00
Nate McMaster 523ee741f9 Update to .NET Core 2.0.6-servicing-26118-01 and System.Data.SqlClient 4.4.3-servicing-26117-02 2018-01-19 09:47:26 -08:00
Nate McMaster fb4d7fe5d9 Update FileSystem submodule and apply the result of the cascading versions 2018-01-18 16:48:30 -08:00
Pavel Krymets f8192fd63c
Workaround corefx/26390 (#295) 2018-01-17 10:39:07 -08:00
Pavel Krymets ad24f6b22d
Roll corefx packages back to 26112-01 (#783) 2018-01-16 11:58:32 -08:00
Pavel Krymets e30b8ee360
Update runtime to catch up to SDK (#781) 2018-01-16 10:50:44 -08:00
Ryan Nowak 5839baaa2e Update roslyn dependencies 2018-01-16 09:06:30 -08:00
Nate McMaster 230e4a02ef
Split compilation and tests into separate phases (#779)
* Split compilation and tests into separate phases
* Ensure template tests are skipped, and reduce duplication between test/build repo targets
* Show summary at the end of which repos failed
2018-01-12 09:46:36 -08:00
Andrew Stanton-Nurse 946ba04333
mark System.Threading.Channels non-private and update SignalR (#778) 2018-01-11 14:32:25 -08:00
Nate McMaster 4791eccc4f Update references to the 2.0.5 runtime store 2018-01-11 14:23:59 -08:00
Nate McMaster cefe2aa65d Update build tools to 2.0.5-rtm-10014 and update the SQLite repo 2018-01-11 14:05:11 -08:00
Andrew Stanton-Nurse 4bbd0bc530
fix artifacts, external deps and update SignalR (#775) 2018-01-11 12:16:38 -08:00
Jass Bagga 48825ffce3 Remove Dispatcher packages 2018-01-11 11:29:08 -08:00
Ryan Brandenburg 30b520df3e Be verbose about missing items 2018-01-11 11:15:28 -08:00
Nate McMaster 5214c9382b
Run some verification checks on PRs and add early errors for bad PackageArtifact config (#771) 2018-01-11 10:30:57 -08:00
Nate McMaster 326c02e415 Update Microsoft.Data.Sqlite to include aspnet/Microsoft.Data.Sqlite#475 2018-01-11 08:56:25 -08:00
Nate McMaster 952dbae68d Revert changes to artifacts.props that are missing the matching submodule update 2018-01-10 18:07:51 -08:00
Jass Bagga b1593db7be Remove shared source package 2018-01-10 16:07:01 -08:00
Jass Bagga cf5ddf77df Remove Dispatcher packages 2018-01-10 15:04:11 -08:00
Nate McMaster cc4c8d7551 Update repos to bumped versions and update the list of shipping packages 2018-01-10 14:59:17 -08:00
Andrew Stanton-Nurse d786cebb72
Add SignalR to the meta-package (#768) 2018-01-10 14:52:33 -08:00
John Luo 871debe753 Use platform assemblies paths instead of app paths for crossgen 2018-01-10 12:20:15 -08:00
Nate McMaster 83b7d0b052 Update EF Core and Kestrel submodules 2018-01-10 09:35:01 -08:00
Nate McMaster c762abc1e3 Bump build tools to 2.0.3-rtm-10011 2018-01-10 09:35:01 -08:00
Nate McMaster 2d38720211 Don't call PushToBlobFeed in the repo context 2018-01-09 17:07:15 -08:00
Nate McMaster 806e995f58 Add workaround for dotnet/buildtools#1855 - don't publish duplicate blobs for orchestrated builds 2018-01-09 15:06:04 -08:00
= b4f77aea08 Remove 2.0 runtime store dependency from 2.1 shared framework installers 2018-01-09 12:37:23 -08:00
Nate McMaster 56d31947a8 Fix typo in publish targets 2018-01-09 10:46:53 -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 0f39f91a08 Copy all outputs to artifacts directory after publish 2018-01-08 20:42:36 -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
= 5a93dffb06 Distro agnostic installers 2018-01-08 17:08:19 -08:00
Nate McMaster 32a29980d8
Update config to pull runtime store from the public CLI feed 2018-01-08 17:02:16 -08:00
= 96060d8b63 Generate cumulative archives for all platforms
- Add runtime store to cumulative archives
2018-01-08 13:09:04 -08:00
= 83d26d660e Remove runtime store related build steps 2018-01-08 11:51:04 -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 867438a4ae LZMA woes 2018-01-08 11:13:16 -08:00
John Luo 07d014ab32 January patch fixes 2018-01-08 11:13:16 -08:00
John Luo 8a30fc50ba Pass build number property when building all metapackage 2018-01-08 11:13:16 -08:00
= 0554b12109 Delay building metapackage to after runtime store generation
Wait for all manifests to be generated
2018-01-08 11:13:16 -08:00
= 4ed1ade289 Trim common manifest 2018-01-08 11:12:24 -08:00
Nate McMaster 997e31805b Update dependencies 2018-01-08 11:12:07 -08:00
Nate McMaster 49c952a035 Update build tools to 2.0.3-rtm-10005 2018-01-08 11:10:45 -08:00
Nate McMaster 405d6f97bf Rename Microsoft.AspNetCore.AspNetCoreModule.RequestHandler to .Server.IIS 2018-01-08 10:18:12 -08:00
Nate McMaster 61dbe32e1e Fixup missed variable rename 2018-01-05 19:38:11 -08:00
Doug Bunting cedbbd8394 Use latest `Microsoft.AspNet.WebApi.Client` package
- aspnet/Mvc#5822
- see also PR aspnet/Mvc#7200
2018-01-05 16:40:53 -08:00
Nate McMaster 7bbfd2dcad
Rename intermediate sharedfx archive to avoid conflicts with final file (#755) 2018-01-05 16:34:39 -08:00
Andrew Stanton-Nurse d3687bbc3f
Unbreak Travis and unskip some tests (#219) 2018-01-05 12:39:11 -08:00
John Luo 12806465d8 Crossgen SharedFx
- And produce symbols for crossgen'ed binaries
2018-01-05 10:57:46 -08:00
Pavel Krymets ebd358ec05
Update AzureServicesAppAuthentication (#727) 2018-01-05 09:49:52 -08:00