Commit Graph

1014 Commits

Author SHA1 Message Date
John Luo b9d956df59 Ensure no trailing slashes for LZMA generation 2018-06-28 20:28:36 -07:00
John Luo 96c5b3c2ae Update StackExchange.Redis.StrongName version 2018-06-27 15:38:23 -07:00
John Luo e17f426e92 Update DotnetArchive version 2018-06-27 15:27:28 -07:00
Nate McMaster 91a1d2de50
Add unit tests for the shared framework (#1228)
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-27 14:56:10 -07:00
Nate McMaster 6b8aac13e0
Prepare infrastructure for the 2.1.3 patch 2018-06-27 14:51:05 -07:00
John Luo 2cd777f061 Bust MSBuild cache on retries 2018-06-22 10:26:49 -07:00
John Luo a296fe4cdf Add retries for restores during LZMA generation 2018-06-21 15:54:01 -07:00
= a7d70164be Merge branch 'public/release/2.1' into release/2.1-msrc 2018-06-20 18:15:44 -07:00
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
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
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
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
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 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
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 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