Pranav K
e6b9aaac9d
Merge remote-tracking branch 'origin/release/2.2'
2018-08-02 14:03:48 -07:00
Pranav K
c0ed5c71a4
Add Microsoft.AspNetCore.Mvc.Api.Analyzers
2018-08-02 13:53:12 -07:00
Nate McMaster
8f4d53a3e2
React to package renames
2018-07-26 09:53:27 -07:00
Nate McMaster
232c71f772
React to removing .Buffers.Sources package
2018-07-26 09:32:43 -07:00
Nate McMaster
0b85431980
React to renaming the WebHostBuilderFactory source package
2018-07-25 16:52:21 -07:00
Nate McMaster
68fd26a46b
Merge branch 'release/2.2'
2018-07-25 11:19:21 -07:00
Nate McMaster
2d79bee072
Remove condition on the Server.IIS package
2018-07-25 09:40:43 -07:00
Nate McMaster
2e96271e69
Merge branch 'release/2.1' into release/2.2
2018-07-25 09:29:48 -07:00
Nate McMaster
aee905e359
Sort list of artifacts and add selenium to external artifacts
2018-07-25 09:18:53 -07:00
Nate McMaster
5f9073c0a3
Merge branch 'release/2.2'
2018-07-24 13:50:31 -07:00
Pavel Krymets
b5be7b56d9
Add Microsoft.AspNetCore.Server.IIS to metapackges ( #1263 )
2018-07-17 09:21:32 -07:00
Justin Kotalik
68ad089062
merging release/2.2 into master
2018-07-13 16:53:48 -07:00
Ryan Nowak
b144f3a12f
Update artifacts.props
2018-07-13 14:16:05 -07:00
Ryan Nowak
3af5287b66
Make HealthChecks back into shipping packages
2018-07-13 14:16:05 -07:00
Nate McMaster
e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
...
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:
* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)
While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.
* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)
This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.
Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -07:00
Pavel Krymets
3042728f8b
Add Microsoft.AspNetCore.Server.IntegrationTesting.IIS ( #1253 )
2018-07-12 11:56:44 -07:00
Nate McMaster
1aa529ddf6
Merge branch 'release/2.2'
2018-07-10 16:22:44 -07:00
Nate McMaster
9276602279
Merge branch 'release/2.1' into release/2.2
2018-07-06 13:43:43 -07:00
Nate McMaster
bf03fee4be
Refactor LZMA generation to support Docker and Antares usage
...
List explicitly as .csproj files the scenarios for which the offline package cache is important
Produces new artifacts designed for various scenarios, such as:
* Docker (where xml doc files are not needed)
* Azure web apps (where 1.x SDKs must still be supported, but xml docs are not needed)
2018-07-06 13:15:23 -07:00
Ryan Brandenburg
5b0f8118ea
Upgrade to .NET Core 3.0.0-preview1-26629-04 ( #1240 )
...
* Upgrade to .NET Core 3.0.0-preview1-26629-04
2018-06-29 16:27:55 -07:00
Nate McMaster
fd3b979b56
Remove aspnet/WebHooks from release/2.2
2018-06-29 11:10:56 -07:00
Nate McMaster
6b8aac13e0
Prepare infrastructure for the 2.1.3 patch
2018-06-27 14:51:05 -07:00
Nate McMaster
e4e3551a1e
Prepare 2.1.2 patch
2018-06-12 15:18:36 -07:00
Mikael Mengistu
d3ceb777ef
Adding Microsoft.AspNetCoreSignalR.Specification.Tests ( #1204 )
2018-06-08 16:30:58 -07:00
Nate McMaster
2037090030
Revert "Adding Microsoft.AspNetCore.SignalR.Specification.Tests ( #1202 )"
...
This reverts commit 707f6b3e28 .
2018-06-07 11:57:41 -07:00
Mikael Mengistu
707f6b3e28
Adding Microsoft.AspNetCore.SignalR.Specification.Tests ( #1202 )
2018-06-07 10:33:41 -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
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
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
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
Nate McMaster
6cf45a4f8a
Prepare the 2.1.1 patch
2018-05-23 15:38:16 -07: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
Pavel Krymets
4c0de435d8
Add Internal.AspNetCore.Analyzers ( #1161 )
2018-05-09 16:39:09 -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
Justin Kotalik
789d21befa
ANCM V1 => V2 package( #1136 )
2018-05-03 14:40:04 -07:00
Nate McMaster
4136039271
Merge branch 'release/2.1' into dev
2018-05-02 12:22:38 -07:00
Nate McMaster
2340cd5e59
Mark all dotnet-* packages as 'ship' ( #1131 )
2018-05-01 14:31:21 -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
John Luo
8c43f9abcd
Include .App in LZMA ... again
2018-04-24 12:05:48 -07:00
Ryan Brandenburg
fe4920405d
Merge release/2.1 into dev
2018-04-20 14:13:56 -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
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
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 Nowak
d0c949f2d1
Update artifacts.props
2018-04-13 17:58:19 -07:00
Andrew Stanton-Nurse
ca5dfec271
react to aspnet/SignalR#2005 ( #1069 )
2018-04-13 12:01:50 -07:00
Justin Kotalik
182209cb63
Add ANCMV1 package ( #1050 )
2018-04-10 23:15:23 -07:00
David Fowler
c78df3e261
Added Microsoft.AspNetCore.SignalR.Protocols.Json ( #1035 )
2018-04-05 01:43:21 -07:00
James Newton-King
e4599c9ef4
Remove two SignalR MessagePack packages ( #1031 )
2018-04-04 21:46:52 +12:00
Pavel Krymets
f828c9d6aa
Merge release/2.1 into dev ( #1030 )
2018-04-03 10:45:17 -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
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
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
=
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
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
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
Javier Calvarro Nelson
0fbd2bb45e
Add Azure AD B2C integration package
2018-03-22 13:29:08 -07:00
Nate McMaster
1aac4f4332
Mark dotnet-aspnet-codegenerator as ship ( #982 )
2018-03-21 14:58:25 -07:00
Kiran Challa
53a66b5ce8
Removed Microsoft.AspNetCore.SpaTemplates from artifacts as its no longer produced
2018-03-20 16:57:35 -07:00
Brice Lambson
35716ebf2c
Make dotnet-ef a global tool
2018-03-19 10:30:37 -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
David Fowler
d28d89e140
Remove Microsoft.AspNetCore.Sockets
2018-03-15 08:42:01 -07:00
Stephen Halter
2d97118821
Remove Kestrel.Transport.Libuv from app metapackage ( #959 )
2018-03-14 13:16:52 -07:00
AndriySvyryd
b0a40d8bc7
Rename Microsoft.EntityFrameworkCore.Attributes to Microsoft.EntityFrameworkCore.Abstractions
2018-03-12 00:17:29 -07:00
=
59155fde58
Remove azure packages from .App metapackage and framework
2018-03-05 14:54:17 -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
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
Chris Ross
2a41837df4
Add new WsFederation package ( #927 )
2018-02-28 10:16:59 -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
Ryan Nowak
3f96f6e232
Add new Http.Polly package to universe
2018-02-21 17:11:34 -08:00
=
9546f894a5
Remove MsgPack from .All metapackage
2018-02-20 15:09:20 -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
=
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
Javier Calvarro Nelson
858ac2b487
Removes the token server packages from preview1
2018-02-13 14:06:16 -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
Javier Calvarro Nelson
331e46c632
Removes the token server packages from preview1
2018-02-08 10:34:04 -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
=
0ec2bd4e76
Add .App to LZMA
...
- Use metapackage version for .App in archiver project
2018-02-06 09:44:04 -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
Pranav K
3e17ec1450
React to Razor SDK rename
2018-02-02 14:35:45 -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
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
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
Pranav K
fe2628a68f
Mark Logging.Analyzers as shipoob so it gets signed
2018-01-30 13:49:48 -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
Pranav K
13cf9f76bd
Add support for building Microsoft.AspNetCore.Analyzers metapackage
2018-01-22 13:54:50 -08:00
Pranav K
f33892ebc4
Add Microsoft.AspNetCore.Mvc.Analyzer
2018-01-19 16:49:50 -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
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
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
Andrew Stanton-Nurse
d786cebb72
Add SignalR to the meta-package ( #768 )
2018-01-10 14:52:33 -08:00
=
83d26d660e
Remove runtime store related build steps
2018-01-08 11:51:04 -08:00
Nate McMaster
405d6f97bf
Rename Microsoft.AspNetCore.AspNetCoreModule.RequestHandler to .Server.IIS
2018-01-08 10:18:12 -08:00
Justin Kotalik
7c939212a2
Add RequestHandler as an artifact ( #737 )
2018-01-04 10:07:41 -08:00
Javier Calvarro Nelson
2b944b02d3
Remove Microsoft.AspNetCore.Certificates.Configuration.Sources
2017-12-30 12:27:31 -08:00
Justin Kotalik
28de4aea87
Makes ANCM an internal dependency ( #735 )
2017-12-29 14:16:19 -08:00
Nate McMaster
0344969e50
Update Universe to ship global CLI tool packages ( #733 )
2017-12-29 09:33:42 -08:00
Ryan Nowak
b736dd39c6
Revert "Update Razor.Design to noship"
...
This reverts commit 882f4bb100 .
2017-12-28 16:56:53 -08:00
Ryan Nowak
882f4bb100
Update Razor.Design to noship
...
I'm having lotsa problems getting this package to flow through all of our packaging checks. I don't think we're going to ship this in it's current form, so I'm changing to noship as an unblocker
2017-12-27 18:43:55 -08:00
Javier Calvarro Nelson
bc6c9baafa
Re-Add Microsoft.AspNetCore.Identity.UI
2017-12-21 19:18:07 -08:00
Pavel Krymets
d2495eb7ae
Revert Add Microsoft.AspNetCore.Identity.UI package ( #725 )
2017-12-21 16:59:02 -08:00
Javier Calvarro Nelson
ef81eae0e2
Add Microsoft.AspNetCore.Identity.UI package
...
Adds the new Microsoft.AspNetCore.Identity.UI package to the list of packages.
2017-12-21 14:25:54 -08:00
Pavel Krymets
8c6794e35d
Remove Microsoft.AspNetCore.AzureAppServices.SiteExtension from package artifacts ( #724 )
2017-12-21 11:48:57 -08:00
AndriySvyryd
2584f260ac
Add Microsoft.EntityFrameworkCore.Attributes
...
[ci skip]
2017-12-15 14:19:35 -08:00
Ryan Nowak
55dee97e99
Add Microsoft.AspNetCore.Razor.Design
...
Adding a new package for Razor MSBuild assets
2017-12-13 15:10:30 -08:00
Nate McMaster
0a465851bc
Revert "Add Microsoft.AspNetCore.Razor.Design"
...
This reverts commit b89a0655b6 .
2017-12-12 15:25:23 -08:00
Ryan Nowak
b89a0655b6
Add Microsoft.AspNetCore.Razor.Design
...
Adding a new package for Razor MSBuild assets
2017-12-12 14:09:24 -08:00
Pavel Krymets
8a1c210c69
Add Microsoft.AspNetCore.AzureKeyVault.HostingStartup ( #697 )
2017-12-11 11:12:52 -08:00
Pavel Krymets
1cfc3d715c
Add Microsoft.Extensions.ApplicationModelDetection ( #645 )
2017-12-01 09:27:50 -08:00
Javier Calvarro Nelson
5b7fa5a2d4
Update Microsoft.AspNetCore.DeveloperCertificates.XPlat to shipoob
...
This will get the package signed but not publish it to nuget.org
2017-11-16 13:21:29 -08:00
Javier Calvarro Nelson
e279bcdcb4
Put Microsoft.AspNetCore.Mvc.Testing in the shipping category
2017-11-15 18:46:29 -08:00
Javier Calvarro Nelson
8fc5804903
Added Microsoft.AspNetCore.DeveloperCertificates.XPlat package
2017-11-15 18:25:54 -08:00
Andrew Stanton-Nurse
054fae56c0
Remove Healthchecks from Universe shipping list ( #639 )
2017-11-15 12:01:33 -08:00
Jass Bagga
8f9ea25c63
Add Microsoft.AspNetCore.Routing.UrlMatchingTree.Sources package
2017-11-13 14:44:41 -08:00
Nate McMaster
cf84583492
Update the templating package IDs in artifacts.props
2017-11-09 15:50:49 -08:00
Nate McMaster
3d88b10b73
Merge branch 'dev' into namc/merge-rel-2.0.3
2017-11-09 11:27:02 -08:00
Steve Sanderson
a5293eeca5
Add Microsoft.AspNetCore.SpaServices.Extensions
2017-11-09 10:16:27 -08:00
Nate McMaster
dae1f1ce78
Merge branch 'rel/2.0.3' into dev
2017-11-08 16:31:07 -08:00
Steve Sanderson
a4b35bd896
Temporarily remove SpaServices.Extensions as it will be built separately for OOB shipping
2017-11-01 13:08:06 +00:00
Andrew Stanton-Nurse
0573454c70
Add ValueStopwatch package to artifacts.props
2017-10-30 14:59:56 -07:00
Nate McMaster
d8e8ab7c60
Temporarily remove Microsoft.AspNetCore.All from expected output
2017-10-25 17:44:31 -07:00
Ryan Brandenburg
058d70190a
Metapackage false
2017-10-23 11:29:20 -07:00
Ryan Brandenburg
31217a7577
Add SpaServices.Extensions to artifacts.props
2017-10-23 11:29:20 -07:00
Andrew Stanton-Nurse
c563f371c7
Add HealthChecks to artifacts.props ( #611 )
2017-10-18 15:24:55 -07:00
Javier Calvarro Nelson
20cb6ea978
Remove Microsoft.AspNetCore.CertificateGeneration.Task from artifacts.props
2017-10-17 12:25:03 -07:00
Javier Calvarro Nelson
2836d53a2d
Add Microsoft.AspNetCore.DeveloperCertificates.Tools to the artifacts.props
2017-10-17 11:32:47 -07:00
Pavel Krymets
c255c7f276
Put ApplicationInsights.HostingStartup back into metapackage ( #606 )
2017-10-16 09:54:09 -07:00
Justin Kotalik
ebbf5a730e
Adds Microsoft.AspNetCore.HttpsPolicy to packages. ( #583 )
2017-10-13 12:15:38 -07:00
John Luo
91d4be47b9
Produce separate reference package for runtime store generation
2017-10-12 19:12:37 -07:00
Nate McMaster
446de15f0b
Add aspnet/Templating to the universe build
2017-10-12 18:02:16 -07:00
Stephen Halter
5fab5a4775
Ship Kestrel.Transport.Sockets
2017-10-12 15:13:45 -07:00
Pavel Krymets
701184a962
Microsoft.AspNetCore.BenchmarkRunner.Sources ( #597 )
2017-10-12 12:28:34 -07:00
Nate McMaster
c2a0010eda
Fix the metapackage generation
2017-10-12 08:36:40 -07:00
John Luo
afba40b573
Build LZMA
...
- Update metapackage reference insertion
2017-10-11 16:11:12 -07:00
Chris Ross
00dc9831dd
AzureIntegration#38 Make the SiteExtension a shipping package ( #593 )
2017-10-11 14:48:28 -07:00
Nate McMaster
71116396cf
Add Microsoft.AspNetCore.Certificates.Generation.Sources to artifacts.props
2017-10-06 14:06:45 -07:00
Justin Kotalik
60f520de34
Removing Microsoft.AspNetCore.Server.IIS package ( #582 )
2017-10-06 10:02:50 -07:00
Ryan Nowak
722c47a674
Add Microsoft.Extensions.Http to artifacts
2017-10-06 08:55:15 -07:00
=
11b25e7c87
Build and pack Runtime Store
...
- Also add targets to build all metapackage.
2017-10-02 16:43:30 -07:00
N. Taylor Mullen
3dda2afdf8
Revert "Remove Mac.LanguageServices.Razor from package artifacts."
...
This reverts commit 785f81916a .
2017-10-02 15:43:51 -07:00
Justin Kotalik
c93cfd0375
Add Microsoft.AspNetCore.Server.IIS to package artifacts ( #572 )
2017-10-02 15:05:31 -07:00
N. Taylor Mullen
785f81916a
Remove Mac.LanguageServices.Razor from package artifacts.
2017-09-29 19:13:32 -07:00
N. Taylor Mullen
7ccd7ce108
Add VisualStudio.Mac assemblies.
...
- Added `Microsoft.VisualStudio.Editor.Razor` to `artifacts.props`.
- Added `Microsoft.VisualStudio.Mac.LanguageServices.Razor` to `artifacts.props`.
aspnet/Razor#1690
aspnet/Razor#1696
2017-09-29 16:27:26 -07:00
Nate McMaster
e841229782
Verify and mirror external dependencies and self-consistent package versions ( #566 )
...
Moves build logic from other infrastructure repos into aspnet/Universe.
2017-09-29 10:25:47 -07:00
Nate McMaster
34e10f7b2c
Add additional repositories that are being patched
2017-09-20 17:39:54 -07:00
Nate McMaster
cb7540bd40
Add aspnet/Security to the 2.0.x patch
2017-09-20 13:34:51 -07:00
Nate McMaster
177fa71634
Copy packages to ship/noship and verify coherent versions ( #560 )
2017-09-18 16:44:12 -07:00