Commit Graph

1366 Commits

Author SHA1 Message Date
John Luo ea5ed2250d Pin aspnetcore runtime version for LZMA generation 2018-06-20 18:02:07 -07:00
= ff02e61a7f Merge remote-tracking branch 'public/release/2.1' into release/2.1-msrc 2018-06-19 11:46:39 -07:00
John Luo ccfd5f80b7 Pin runtime version for LZMA generation 2018-06-18 20:11:20 -07:00
John Luo 5931c7fb9a Remove trailing slashes when creating LZMAs 2018-06-18 13:08:43 -07:00
Nate McMaster aa91b802f9
Add script used to deploy blobs to Azure storage 2018-06-13 14:26:46 -07:00
Nate McMaster c3989f8477
Update to .NET Core App 2.0.9-servicing-26612-03 2018-06-12 15:29:54 -07:00
Nate McMaster e4e3551a1e
Prepare 2.1.2 patch 2018-06-12 15:18:36 -07:00
ASP.NET CI 64a88252ce Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:21:20 +00:00
ASP.NET CI 256f7755ba Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:19:58 +00:00
ASP.NET CI dedefd7043 Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:15:53 +00:00
John Luo 25bbb466db Create compressed delta lzma for antares
- The delta lzma is packaged as a zip
- Only new content that's not present in the LKG lzma is included
- Xmls are removed
2018-06-08 11:08:09 -07:00
Nate McMaster cf24fb23e7
Fix bug in generating .version file in the shared frameworks 2018-06-07 11:42:27 -07:00
Nate McMaster e1f56d1cae
Consume a new version of System.Net.WebSockets.WebSocketProtocol 2018-06-06 15:25:33 -07:00
Nate McMaster a373d7e5d7
React to changes in corefx
New package versions incoming to this patch causes a cascading change to preserve transitive dependencies

* System.Data.SqlClient
* System.Memory
* System.Runtime.CompilerServices.Unsafe
* System.Threading.Tasks.Extensions
2018-06-05 09:19:06 -07:00
Nate McMaster 6586c921f0
Fix compiler error introduced by merge conflict 2018-06-04 10:39:30 -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 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 5f0b4e1322
Refactor property names for computing .deb/.rpm file names and dependencies 2018-05-31 17:49:19 -07:00
Nate McMaster c801671fbf
Stop producing old-style rpm/deb installers (#1191) 2018-05-31 15:01:28 -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
Nate McMaster d6017ab253
Remove Proxy and WebHooks from explicit build order list 2018-05-30 18:06:07 -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 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
ASP.NET CI c408fb3103 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:39:30 -07:00
ASP.NET CI f4b98641d2 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:38:05 -07:00
ASP.NET CI d16a3a2164 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:34:14 -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 bb348bb93c Updating external dependencies (#1162) 2018-05-14 09:41:46 -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 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 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 367aa2f76d fix build break. These packages got renamed and it was out of sync 2018-05-07 09:18:37 -07:00
Ryan Nowak b520569f23 Update polly dependencies 2018-05-07 08:40:03 -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 db39d7e0e0 Bump Roslyn version to 2.8.0 2018-05-04 16:07:19 -07:00
Doug Bunting 86c3ec0069
Mark WebHooks packages as non-shipping
- #1141
2018-05-04 13:40:57 -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
ASP.NET CI 534e20b49e Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:36:37 -07:00
ASP.NET CI dd2eaa1ed3 Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:35:13 -07:00
ASP.NET CI 98785fb2f5 Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:31:03 -07:00
dotnet-maestro-bot fed0f11d77 Updating external dependencies to latest prodcon build 2018-05-03 19:27:59 -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 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 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
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 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
John Luo 75295b1289 Rename delta zips to *.patch.zip/*.patch.tar.gz 2018-04-20 14:47:39 -07:00
Ryan Brandenburg 2a4fa4ef28 Updating external dependencies 2018-04-20 13:32:59 -07:00
Prafull Bhosale 3052666b8c Mark dotnet-aspnet-codegenerator as 'ship'
Fixes #1027
2018-04-20 11:26:57 -07:00
ASP.NET CI 390e1e3a6a Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:23:07 -07:00
ASP.NET CI 065f9f9dbc Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:21:45 -07:00
ASP.NET CI f572bbc2e8 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:17:55 -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 8c79001d18
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:39:47 -07:00
Nate McMaster b392ef5ed7
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:39:10 -07:00
Nate McMaster 9355e78494
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:32:24 -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
Pranav K f873c15057 Fix build break
* Use Razor.Sdk package to not perform runtime compilation
* Use Mvc with PageResult fix (https://github.com/aspnet/Mvc/issues/7665)
2018-04-19 10:17:27 -07:00
Ryan Brandenburg adccac3591 Fix GetArtifactInfo 2018-04-18 18:00:24 -07: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
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 9b2a7d35f4 Branching for 2.1.0-rc1 2018-04-16 16:58:19 -07:00
Ryan Brandenburg 6c2432e544 Branching for 2.1.0-rc1 2018-04-16 16:57:26 -07:00
Ryan Brandenburg 89b25723db Branching for 2.1.0-rc1 2018-04-16 16:56:01 -07:00
ASP.NET CI 985c8a8b07 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:11:32 -07:00
ASP.NET CI 411d583631 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:09:55 -07:00
ASP.NET CI 74740db8c2 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:05:10 -07:00
Ryan Nowak d0c949f2d1 Update artifacts.props 2018-04-13 17:58:19 -07:00
Pranav K e5d9efbd48
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:12: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 3fc7fec4a2 Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:28:21 +00:00
ASP.NET CI ac3bce603b Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:26:47 +00:00
ASP.NET CI 4694405091 Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:21:58 +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
Pranav K ea4aaa18c3
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-04-03 10:36:23 -07:00
Pranav K 034e2ad188 React to future Razor Sdk package breaking changes 2018-04-03 10:35:09 -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
Hao Kung 34ae7eaeb6 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-28 12:31:13 -07:00
Nate McMaster (automated) e53e3bc839
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 10:47:17 -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
Ajay Bhargav Baaskaran 3b32a32be7 Merge branch 'release/2.1' into dev 2018-03-27 11:05:36 -07:00
Ajay Bhargav Baaskaran db1bdc7ede Upgraded dependencies 2018-03-27 11:02:35 -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 c39aa98b2b Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:41:01 -07:00
ASP.NET CI ede8417bb1 Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:39:25 -07:00
ASP.NET CI caa34545ed Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:34:37 -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
Pranav K 3f1732c03e
Merge pull request #1707 from aspnet/release/2.1
Release/2.1
2018-03-23 09:39:22 -07:00
Pranav K f1abe24c76 React to Mvc changes 2018-03-23 09:38:48 -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
Pranav K 5ee278a569
Merge pull request #1703 from aspnet/release/2.1
Release/2.1
2018-03-21 15:42:44 -07:00
Pranav K aa49e6990c React to application part changes 2018-03-21 15:42:17 -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
Ryan Brandenburg f1d965e5e4 Set 2.0 baselines 2018-03-21 10:52:15 -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
Ryan Brandenburg 424c0b0209 Set 2.0 baselines 2018-03-20 11:50:45 -07:00
Brice Lambson b37d89adc4 Merge branch 'release/2.1' into dev 2018-03-19 13:21:14 -07:00
Brice Lambson 4f5b3bea98 Remove Microsoft.EntityFrameworkCore.Tools.DotNet 2018-03-19 13:01:16 -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
Pranav K fcc91c0541
Branching for 2.1.0-preview2 2018-03-16 11:15:03 -07:00
Pranav K de20d24b8e
Branching for 2.1.0-preview2 2018-03-16 11:14:00 -07:00
Chris Ross fa825fe247 Add new HostFiltering package 2018-03-16 10:33:54 -07:00
Pranav K 3919d18c62 React to Razor Sdk changes
Assembly attributes are autogened by Razor Sdk and results in duplicates
2018-03-16 10:18:09 -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
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
Hao Kung 3382a59c5a React to namespace 2018-03-08 16:09:36 -08:00
Pavel Krymets 8e74412a4c
Update to new corefx (#946) 2018-03-08 14:23:31 -08:00
ASP.NET CI d5e6c6a81e Update dependencies.props
[auto-updated: dependencies]
2018-03-08 13:00:13 -08:00
ASP.NET CI a18c2b69d2 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 12:56:20 -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 d504edd7e0
Use dotnet-core feed in repos 2018-03-06 10:04:14 -08:00
Pranav K a34a3e319e
Use dotnet-core feed in repos 2018-03-06 10:03:51 -08:00
Pranav K dfb0491728
Use dotnet-core feed in repos 2018-03-06 10:03:15 -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