Nate McMaster
77a3089c8d
Workaround quirks in NuGet
...
* Disable package analysis because it incorrectly issues NU5109 on macOS, but not windows
* Normalize file paths because if you mix slashes, NuGet will just skip the entire folder
* Normalize the project path given to restore. If it not normalized, restore skips the project and issues a warning
2018-10-25 14:27:46 -07:00
Nate McMaster
dbc28c523e
Avoid double restores by invoking NuGet.targets directly
2018-10-25 13:28:19 -07:00
John Luo
94aebd19ea
Merge branch 'release/2.2'
2018-10-25 13:05:08 -07:00
John Luo
616aeba156
Use chrome instead of chromium on Ubuntu
2018-10-25 12:50:07 -07:00
Ryan Brandenburg
b05185f1f1
ESLint ( #796 )
...
Include ESLint in react templates
2018-10-25 12:27:39 -07:00
ASP.NET CI
52735ba1ad
Updating submodule(s)
...
AzureIntegration => 4f78b9a327
EntityFrameworkCore => ffbc5375a315828e48417dbf14f6e4ebc2339b28
EventNotification => faf917b447af15d41b48ffacb7882377deae3caa
Identity => 3486b97f59
IISIntegration => 321cfe5c41
KestrelHttpServer => 0deaf14e07
SignalR => 44dd99fd54
Templating => 9d878dddf1
[auto-updated: submodules]
2018-10-25 19:06:25 +00:00
Nate McMaster
ab40e68727
Update PackageOutputPath to match KoreBuild's package output path
2018-10-25 12:02:37 -07:00
Ryan Brandenburg
9b3d1f56fd
Handle peer dependency warnings ( #794 )
...
Handle peer dependency warnings
2018-10-25 12:00:49 -07:00
John Luo
0deaf14e07
Upgrade deps
2018-10-25 11:52:16 -07:00
Pavel Krymets
4f78b9a327
Merge branch 'merge/release/2.2-to-master'
2018-10-25 11:38:55 -07:00
Nate McMaster
9ef45e0c88
Remove reference to non-existent target "BuildMetapackages"
2018-10-25 11:29:08 -07:00
John Luo
9bdcfd5077
Merge branch 'release/2.2'
2018-10-25 11:25:06 -07:00
Nate McMaster
9d878dddf1
Merge branch 'release/2.2'
2018-10-25 11:12:59 -07:00
Nate McMaster
4433d967ad
Update CLI functional tests to account for the addition of Microsoft.IdentityModel.JsonWebTokens.dll
2018-10-25 11:09:41 -07:00
Pavel Krymets
c6f9783671
Add AspNetCore runtime back into the runtime site extension ( #244 )
2018-10-25 11:06:23 -07:00
Nate McMaster
8c20892290
2.2: Remove BrowserLink from templates ( #801 )
...
This removes support for the `--use-browserlink` flag from the templates. The Microsoft.VisualStudio.Web.BrowserLink package will still ship in 2.2, but users who want this should use `dotnet add package Microsoft.VisualStudio.Web.BrowserLink` instead.
2018-10-25 10:49:44 -07:00
Justin Kotalik
321cfe5c41
Merge pull request #1560 from dotnet-maestro-bot/merge/release/2.2-to-master
2018-10-25 10:39:41 -07:00
John Luo
31f1e170d0
Add interop tests with headless chrome
2018-10-25 10:38:41 -07:00
Nate McMaster
a8a3f99f1a
Skip restore on .zipproj files
...
Attempting to workaround a race condition in /t:Restore when building the shared framework projects
2018-10-25 10:36:18 -07:00
Justin Kotalik
a9c5eb28d7
Fix test server shutdown issues ( #1554 )
2018-10-25 10:30:45 -07:00
Nate McMaster
909c85ee99
Merge pull request #803 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-25 09:08:53 -07:00
Pavel Krymets
044f613804
Include failed HRESULTs and exceptions in FREB log ( #1548 )
2018-10-25 08:48:21 -07:00
Justin Kotalik
de185b6a06
Duplicate debug log handle for console logging ( #1558 )
2018-10-25 08:47:31 -07:00
ASP.NET CI
a2280926cb
Updating BuildTools from 3.0.0-alpha1-20181019.6 to 3.0.0-alpha1-20181024.6
...
[auto-updated: buildtools]
2018-10-25 00:05:58 -07:00
ASP.NET CI
b70e2fefa4
Updating submodule(s)
...
BasicMiddleware => 268290a8b5
EntityFrameworkCore => 3d5264adbee103b0522b332d67018b0994a45699
IISIntegration => 7652c09cfe
KestrelHttpServer => 253f81c2f2
Logging => 1a7ed658f8e00bc7abadfbda64c255cea346028e
Mvc => ce11eb9b71
Razor => 357657fc45
Routing => 8acbae76e8
SignalR => d5a01a4d9d
StaticFiles => 9c40a7237c
Templating => 7a3ce69b99
[auto-updated: submodules]
2018-10-25 00:05:49 -07:00
Nate McMaster
11d0b328ba
Remove VS.Web.CodeGeneration packages from the fallback folder cache ( #3717 )
2018-10-24 21:05:44 -07:00
Nate McMaster
654debe8fb
Merge branch 'master' into merge/release/2.2-to-master
2018-10-24 17:51:56 -07:00
Nate McMaster
7bde7399e9
2.2: remove Microsoft.VisualStudio.Web.CodeGeneration.Design from templates ( #802 )
...
This package does not need to be in the project until someone uses Visual Studio code generation. Visual Studio will automatically add this package when scaffolding is used for the first time, so it's unnecessary to put this in our templates.
2018-10-24 17:42:02 -07:00
Nate McMaster
fd48670abe
Add a restore source to the artifacts/build folder and ensure build number is consistent when running local builds
2018-10-24 17:11:28 -07:00
Justin Kotalik
7a3ce69b99
Merge pull request #800 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-24 16:52:33 -07:00
ASP.NET CI
e6ad75c80d
Updating BuildTools from 2.1.3-rtm-15829 to 2.1.3-rtm-15830
...
[auto-updated: buildtools]
2018-10-24 23:24:52 +00:00
Justin Kotalik
171c2073d1
update
2018-10-24 16:20:23 -07:00
ASP.NET CI
a71aebbde6
Updating BuildTools from 2.1.3-rtm-15828 to 2.1.3-rtm-15829
...
[auto-updated: buildtools]
2018-10-24 23:07:26 +00:00
Nate McMaster
968df9578b
Refactor shared framework projects targets and project layout ( #3703 )
...
This refactors the targets used to build the shared framework and its .zip files. There are lots of reasons motivating this: Arcade convergence, migration to VSTS, making it easier to build this locally, etc.
Changes:
* Moves move content of build/Sharedfx.{props/targets} into eng/targets/SharedFx.Common.{props/targets}
* Update the build to produce a `runtime.$rid.Microsoft.AspNetCore.App` package (not just the one with symbols in it)
* Refactor the targets which produce .tar.gz/.zip files into separate projects in `src/Installers/`
* Refactor installers, unit tests, and the framework projects to use ProjectReference to flow dependencies between different parts of the build.
* Makes it easier to build the shared framework locally (for the inner dev loop, you can run `dotnet build -p src/Framework/Microsoft.AspNetCore.App/src/ -r win-x64`)
2018-10-24 15:42:06 -07:00
Hao Kung
91db78cf92
Add safe copy for enumeration ( #1052 )
2018-10-24 15:10:19 -07:00
Nate McMaster
2950b11b0a
Add aspnetcore-dev and vside.devcore myget feeds to restore
2018-10-24 13:09:13 -07:00
Nate McMaster
22e65480c5
Merge branch 'release/2.2'
2018-10-24 13:08:06 -07:00
Nate McMaster
e3dc0edecb
Merge branch 'release/2.2'
2018-10-24 13:07:05 -07:00
Nate McMaster
5acbb9d138
Remove dotnet-httprepl from the list of expected packages
2018-10-24 13:03:14 -07:00
Nate McMaster
01f9af21c5
Temporarily stop producing a package for dotnet-httprepl ( #505 )
...
This package isn't quite ship-shape yet, so we're delaying this from shipping with 2.2 RTM.
Setting IsPackable=false so we avoid accidentally building a 2.2.0 RTM version of this package along with the rest of the 2.2.0 RTM tools in this repo, like dotnet-watch.
2018-10-24 13:02:25 -07:00
Nate McMaster
43792f20b2
Merge branch 'release/2.2'
2018-10-24 12:45:15 -07:00
Nate McMaster
37915c9b58
Remove the aspnet/Common git submodule ( #3715 )
...
As a part of merging and reducing the number of repos we use, the aspnet/Common repo was renamed to aspnet/Extensions and it now builds on its own and not as a submodule of this repo.
2018-10-24 12:38:03 -07:00
Justin Kotalik
ee78882b27
update master
2018-10-24 12:07:51 -07:00
Justin Kotalik
4437c72e30
Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/Templating into merge/release/2.2-to-master
2018-10-24 12:05:12 -07:00
ASP.NET CI
9df348a171
Updating submodule(s)
...
BasicMiddleware => 2d3ad1cb0f
EntityFrameworkCore => ec2d9b9992df41da8731cd4cb5f8e46189be1409
IISIntegration => 5c3017524f
KestrelHttpServer => a8073167e7
Logging => 2e30d867a412cd7b543f7ec0ed3932be0d08b8e3
Mvc => 2544926b2f
Routing => 577be72faa
SignalR => 29c06e2636
StaticFiles => a5fcd9dd87
Templating => 70a786adcd
[auto-updated: submodules]
2018-10-24 12:04:23 -07:00
Justin Kotalik
70a786adcd
Make AspNetCoreHostingModel element not be insert when targeting net461 and inprocess => InProcess ( #797 )
2018-10-24 11:36:07 -07:00
Justin Kotalik
7652c09cfe
Merge pull request #1557 from dotnet-maestro-bot/merge/release/2.2-to-master
2018-10-24 11:35:00 -07:00
Justin Kotalik
c9806524b2
Update master
2018-10-24 10:33:13 -07:00
Justin Kotalik
5c3017524f
Fix upgrade deps and run upgrade deps ( #1553 )
2018-10-24 10:04:59 -07:00
Anton Piskunov
b260e7752a
Merge pull request #504 from aspnet/dev/antonpis/SecretsManagerCPSBreak
...
Update CPS packages with breaking changes
2018-10-23 16:58:58 -07:00