Justin Kotalik
cc26d973ba
Remove early dereference of ASPNETCORE_PORT env var ( #1274 )
2018-08-28 09:34:54 -07:00
Justin Kotalik
338af6f07d
Reduce probability of startup port collisions ( #1273 )
2018-08-28 09:34:10 -07:00
ASP.NET CI
88e2e230ae
Updating submodule(s)
...
IISIntegration => 4d2e776c41
Mvc => 5e20c313d9
Razor => d0c7d81336
[auto-updated: submodules]
2018-08-28 16:25:24 +00:00
Nate McMaster
42fa04aa87
Add the latest version of Microsoft.AspNetCore.Razor.Design to the offline package cache ( #1316 )
2018-08-28 09:19:56 -07:00
Nate McMaster
6b1d22c581
Add package descriptions for Microsoft.AspNetCore.{App, All} ( #1320 )
2018-08-28 09:19:37 -07:00
Nate McMaster
b206d59612
Prepare 2.1.5 patch
2018-08-28 09:14:43 -07:00
Nate McMaster
3dedfa2f61
Bumping version from 2.1.3 to 2.1.4
2018-08-28 09:07:52 -07:00
Nate McMaster
5a4fd3e792
Bumping version from 2.1.2 to 2.1.3
2018-08-28 09:07:51 -07:00
ASP.NET CI
9c586d437e
Updating submodule(s)
...
Mvc => 5e20c313d9
[auto-updated: submodules]
2018-08-27 23:33:13 +00:00
Nate McMaster
f86fabe9d2
Bumping version from 2.1.1 to 2.1.2
2018-08-23 12:56:36 -07:00
Nate McMaster
8a553a7826
Bumping version from 2.1.4 to 2.1.5
2018-08-20 09:43:01 -07:00
Nate McMaster
46dd1c9291
Bumping version from 1.0.3 to 1.0.4
2018-08-20 09:42:59 -07:00
Nate McMaster
5bae8c768d
Fix publishing targets to correctly reference the right item group: NpmPackageToPublish
2018-08-17 15:20:05 -07:00
ASP.NET CI
74cba2ff5f
Updating submodule(s)
...
Razor => d0c7d81336
[auto-updated: submodules]
2018-08-17 20:16:13 +00:00
Nate McMaster
4b1e0d09c7
Skip npm package publishing if there are no npm packages to release
2018-08-17 11:34:22 -07:00
Pranav K
d0c7d81336
Skip BuildIncremental_SimpleMvc_PersistsTargetInputFile on xplat
...
For some inexplicable reason timestamps returned as part of the test often show up
as being different resulting in test flakiness. We've manually verified that this
is not a product issue and builds are correctly incremental on xplat. See #2219
for past discussions.
Fixes https://github.com/aspnet/Razor/issues/2503
2018-08-17 10:52:25 -07:00
Nate McMaster
16164689dc
Update documentation on the various package archive formats ( #1324 )
2018-08-17 10:42:26 -07:00
ASP.NET CI
d3dcf1cb30
Updating BuildTools from 2.1.3-rtm-15816 to 2.1.3-rtm-15817
...
[auto-updated: buildtools]
2018-08-17 10:25:28 -07:00
Nate McMaster
267b149bc8
Fix whitespace in task parameters ( #1322 )
...
In MSBuild 15.8, whitespace in task parameters is handled differently in a way that causes these docker commands to fail.
2018-08-16 16:48:08 -07:00
ASP.NET CI
8658074df7
Updating BuildTools from 2.1.3-rtm-15815 to 2.1.3-rtm-15816
...
[auto-updated: buildtools]
2018-08-16 21:48:21 +00:00
ASP.NET CI
6f148a5ac6
Updating BuildTools from 2.1.3-rtm-15814 to 2.1.3-rtm-15815
...
[auto-updated: buildtools]
2018-08-16 09:29:56 -07:00
kishanAnem
5e20c313d9
Array or List in query string does not get parsed #7712 ( #7967 )
...
- exclude collections when detecting complex types in `ApiBehaviorApplicationModelProvider`
- add test cases
2018-08-14 12:06:27 -07:00
ASP.NET CI
465acd296a
Updating submodule(s)
...
EntityFrameworkCore => bafba061061f6bef14335e8ee968d683a9e3f52b
[auto-updated: submodules]
2018-08-13 11:42:55 -07:00
ASP.NET CI
15ffbbc513
Updating BuildTools from 2.1.3-rtm-15813 to 2.1.3-rtm-15814
...
[auto-updated: buildtools]
2018-08-10 16:59:57 -07:00
ASP.NET CI
a296cb4f38
Updating BuildTools from 2.1.3-rtm-15812 to 2.1.3-rtm-15813
...
[auto-updated: buildtools]
2018-08-10 15:43:43 -07:00
ASP.NET CI
fd227886a6
Updating BuildTools from 2.1.3-rtm-15811 to 2.1.3-rtm-15812
...
[auto-updated: buildtools]
2018-08-10 14:56:12 -07:00
ASP.NET CI
8d63175069
Updating BuildTools from 2.1.3-rtm-15802 to 2.1.3-rtm-15811
...
[auto-updated: buildtools]
2018-08-10 10:45:25 -07:00
ASP.NET CI
1cd53332be
Updating submodule(s)
...
SignalR => fc8979aeca
[auto-updated: submodules]
2018-08-10 10:45:24 -07:00
Nate McMaster
ac9b1f97c5
Add a restore feed for 2.1.3 packages
2018-08-10 10:02:45 -07:00
Nate McMaster
6dd5a7bcf8
Merge branch release/2.1 into 2.1.4
2018-08-10 09:33:40 -07:00
Nate McMaster
a7a95c6da1
Add PR validation on VSTS
2018-08-10 09:19:06 -07:00
Nate McMaster
a85d99ab8e
Add the 2.1.3 archive baselines and a target to ensure this test is run on PR builds
2018-08-10 09:08:55 -07:00
Nate McMaster
e7447ca360
Consume a new version of System.IO.Pipelines from ProdCon
2018-08-08 11:03:27 -07:00
Nate McMaster
3f55bf3cfb
Make System.IO.Pipelines a direct dependency of Microsoft.AspNetCore.App
...
This is required for servicing this shared framework assembly independently of the aspnet packages which use it.
2018-08-08 16:35:32 +00:00
Nate McMaster
2f85e4a36d
Add a restore feed for 2.1.3 packages
2018-08-08 09:25:40 -07:00
Nate McMaster
e4161d8971
Prepare 2.1.4 patch
...
* Update submodules for EF Core, Scaffolding, and Templating
* Change version number for metapackages to 2.1.4
2018-08-07 21:24:01 +00:00
BrennanConroy
fc8979aeca
Update TS docs for docs.microsoft.com generation ( #2605 )
2018-08-07 13:36:10 -07:00
Nate McMaster
678449fca0
Bumping version from 2.1.3 to 2.1.4
2018-08-07 12:42:45 -07:00
BrennanConroy
7d4df89025
Back Port WebPack ( #2641 )
2018-08-01 13:55:08 -07:00
Nate McMaster
7119fc7e1d
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 ( #1275 )
...
Also, cleaned up two unused properties from the deps.props file.
2018-07-25 11:08:35 -07:00
dotnet-maestro-bot
18e0871fe2
Update to NETCore.App 2.1.3-servicing-26722-02
2018-07-23 19:40:41 -07:00
dotnet-maestro-bot
7d12e6bb13
Updating external dependencies ( #1268 )
...
New versions:
MicrosoftNETCoreDotNetAppHostPackageVersion
MicrosoftNETCoreAppPackageVersion
2018-07-19 17:31:53 -07:00
Nate McMaster
e11a33280f
Update the templating submodule
2018-07-19 16:59:02 -07:00
Nate McMaster
f1e66b5a6f
Reset LZMA to only include the implicit package version ( #1266 )
2018-07-19 16:50:53 -07:00
dotnet-maestro-bot
8260ed6c46
Update to NETCore.App 2.1.3-servicing-26718-02
2018-07-18 19:47:18 -07:00
ASP.NET CI
f041b6435b
Updating submodule(s)
...
Templating => 81d6aa0d6b
[auto-updated: submodules]
2018-07-18 20:14:35 +00:00
Nate McMaster
55b697ab05
Revert "Add package version to Microsoft.AspNetCore.App in project templates"
...
This reverts commit 727bd52b64 .
2018-07-18 13:11:01 -07:00
Nate McMaster
81d6aa0d6b
Delete .travis.yml
2018-07-18 13:09:58 -07:00
Nate McMaster
019210ff0a
Fix for when InstallSharedRuntimeFromPreviousBuild is true and AspNetCoreFxFeed is set
2018-07-18 11:20:23 -07:00
ASP.NET CI
b550d934d9
Updating submodule(s)
...
Scaffolding => 41b4023c21f3a5c0ab4213b23d302dda5f880570
[auto-updated: submodules]
2018-07-16 14:48:30 -07:00