ASP.NET CI
0855b08f34
Updating submodule(s)
...
EntityFrameworkCore => f2b5430c3cb589e5bd515b44be9cdd0ad07748e0
Mvc => 35d2ab37f7
Razor => 8674dd9236
SignalR => 9407fe12f6
[auto-updated: submodules]
2018-10-29 12:04:14 -07:00
Pavel Krymets
134bd90888
Filter paths in SiteExtension trigger ( #3747 )
2018-10-29 10:59:37 -07:00
ASP.NET CI
f2bf295cdf
Updating submodule(s)
...
Mvc => 0b6932dc15
[auto-updated: submodules]
2018-10-29 07:09:09 +00:00
ASP.NET CI
b773918d76
Updating submodule(s)
...
Diagnostics => 1afd5b2594
Mvc => 37e562902f
[auto-updated: submodules]
2018-10-28 07:05:19 +00:00
ASP.NET CI
728ad474a9
Updating BuildTools from 2.2.0-preview2-20181026.4 to 2.2.0-preview2-20181027.2
...
[auto-updated: buildtools]
2018-10-27 12:04:25 -07:00
Nate McMaster
373e67896a
Fix the path to RPM template and config files
2018-10-27 03:02:45 -07:00
ASP.NET CI
09f8473d29
Updating submodule(s)
...
DotNetTools => bda375e411
Razor => 25a895123e
[auto-updated: submodules]
2018-10-27 02:36:10 -07:00
Nate McMaster
3a0cd0593d
Remove unnecessary check for all shared framework archives when generating .deb and .rpm installers
2018-10-27 01:38:52 -07:00
ASP.NET CI
d9f66a68b7
Updating BuildTools from 2.2.0-preview2-20181026.1 to 2.2.0-preview2-20181026.4
...
[auto-updated: buildtools]
2018-10-27 00:04:30 -07:00
ASP.NET CI
908653d4d3
Updating submodule(s)
...
Identity => 6c45bfc0dc
Razor => 6ecf5374c6
SignalR => e1b602a7c5
[auto-updated: submodules]
2018-10-27 00:04:22 -07:00
Nate McMaster
0ba800841b
Ensure build output is still present when crossgen is disabled
...
* Split targets for copying outputs and preparing the crossgen tool
* Fix version override check by only looking at the 'pinned' section
2018-10-26 16:00:48 -07:00
ASP.NET CI
a5d88b0ca2
Updating BuildTools from 2.2.0-preview2-20181024.5 to 2.2.0-preview2-20181026.1
...
[auto-updated: buildtools]
2018-10-26 13:35:09 -07:00
ASP.NET CI
1353fdb5f8
Updating submodule(s)
...
AzureIntegration => f58d3d4e94
CORS => a74235c7ec
EntityFrameworkCore => f161d001032c11f4a71af64ba87fc7c233b92093
Identity => 95bc251848
KestrelHttpServer => 395b681348
Mvc => 6bb292cfcc
Scaffolding => 629bb9963377eb9e915013bd8b2f5c724833d82a
SignalR => 2ad1996220
Templating => a504c40165
[auto-updated: submodules]
2018-10-26 13:35:01 -07:00
Nate McMaster
e0c575000f
Ensure MicrosoftNETCoreAppPackageVersion is always defined
2018-10-26 12:22:37 -07:00
Nate McMaster
b78ee81a1e
Flow DotNetRestoreSourcePropsPath and DotNetPackageVersionPropsPath into the shared framework build steps
2018-10-26 10:44:47 -07:00
Pavel Krymets
99f2ecd02f
Move transformation tests from AzureIntegration ( #3726 )
2018-10-26 09:49:19 -07:00
ASP.NET CI
75cc3fc5b2
Updating submodule(s)
...
EntityFrameworkCore => f14134387abbacbb4cb76ef18ffee4df08e800d5
Identity => 168be7b561
KestrelHttpServer => d9aba751ae
SignalR => fc3a1fee61
Templating => 958e0b1d9f
[auto-updated: submodules]
2018-10-26 07:06:38 +00:00
ASP.NET CI
7ec22086ce
Updating BuildTools from 2.2.0-preview2-20181019.5 to 2.2.0-preview2-20181024.5
...
[auto-updated: buildtools]
2018-10-25 14:47:19 -07:00
ASP.NET CI
588f91f0e6
Updating submodule(s)
...
AzureIntegration => c6f9783671
CORS => aa88f16b08
EntityFrameworkCore => 6d92061d2831ab953d080bb87eec68c851d40182
HttpAbstractions => 91db78cf92
IISIntegration => a9c5eb28d7
KestrelHttpServer => 616aeba156
Options => a6d348bccbfd5a6b657383202da32e3f5f92f3ce
Razor => 2d6643bc85
Routing => 3d828221a1
SignalR => 0aab8e5dd0
Templating => b05185f1f1
[auto-updated: submodules]
2018-10-25 14:47:11 -07:00
Nate McMaster
ae122d9bc0
Include rid-specific runtime packages in the list of artifacts
2018-10-25 14:42:00 -07:00
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
Nate McMaster
ab40e68727
Update PackageOutputPath to match KoreBuild's package output path
2018-10-25 12:02:37 -07:00
Nate McMaster
9ef45e0c88
Remove reference to non-existent target "BuildMetapackages"
2018-10-25 11:29:08 -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
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
Nate McMaster
11d0b328ba
Remove VS.Web.CodeGeneration packages from the fallback folder cache ( #3717 )
2018-10-24 21:05:44 -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
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
Nate McMaster
5acbb9d138
Remove dotnet-httprepl from the list of expected packages
2018-10-24 13:03:14 -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
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
Pavel Krymets
935df249c4
Shorten siteextension version to fit into 20 chars ( #3707 )
2018-10-23 16:27:23 -07:00
dotnet-maestro-bot
bc8984dfea
Upgrade to .NET Core 2.2.0-rtm-27023-02
2018-10-23 13:36:09 -07:00
ASP.NET CI
0e8e7867c1
Updating submodule(s)
...
Common => 143250eedb219d4ea93fcfd4d66474e5a04ae9c4
EntityFrameworkCore => c724cee4f56f21db5037c06634320d7fcab40fb7
IISIntegration => 3842779379
KestrelHttpServer => 32532078d6
SignalR => f7d10bec02
[auto-updated: submodules]
2018-10-23 19:04:15 +00:00
ASP.NET CI
c8b68c0622
Updating submodule(s)
...
EntityFrameworkCore => fc2374a5cdfbd13821aa1e8a93a220a945f9584c
IISIntegration => 61f1a70784
Logging => b90c3bf4deb7485ac90105df489019f6a5c707ac
Mvc => 40959a97e7
Routing => bd32ec3837
SignalR => 2bea4608fa
Templating => 707b1bbf3b
[auto-updated: submodules]
2018-10-23 07:04:43 +00:00
Smit Patel
b623b9912e
Make EFCore.Cosmos no-ship package
...
Fixes https://github.com/aspnet/EntityFrameworkCore/issues/13670
2018-10-22 12:32:13 -07:00
Nate McMaster
14323b5dd5
Delete CODEOWNERS
2018-10-22 12:29:29 -07:00
ASP.NET CI
abc2c27fd5
Updating submodule(s)
...
EntityFrameworkCore => 4336e47abfdebaae26df3d9bf77c3cbe571bae14
HttpSysServer => 0a22b927b2
IISIntegration => ffa72f5a0c
KestrelHttpServer => 2a610ee1b8
SignalR => 4a3d1c689f
[auto-updated: submodules]
2018-10-22 19:04:16 +00:00
ASP.NET CI
95777ace6b
Updating submodule(s)
...
Diagnostics => b3db95eb2d
Mvc => 76a30b0911
Routing => 1d05592cd7
[auto-updated: submodules]
2018-10-22 07:04:41 +00:00
ASP.NET CI
2a49c13f99
Updating submodule(s)
...
EntityFrameworkCore => d578217479b3a09fc8f5639e19b618c80b1df6d3
[auto-updated: submodules]
2018-10-21 19:04:12 +00:00
ASP.NET CI
e3aa8ae0cc
Updating submodule(s)
...
Routing => 42914d93ca
[auto-updated: submodules]
2018-10-21 00:05:15 -07:00
ASP.NET CI
b093146b5d
Updating submodule(s)
...
Routing => 3c9086e3d0
[auto-updated: submodules]
2018-10-20 19:04:56 +00:00
ASP.NET CI
9b0e3ee805
Updating BuildTools from 2.2.0-preview2-20181019.4 to 2.2.0-preview2-20181019.5
...
[auto-updated: buildtools]
2018-10-19 17:17:09 -07:00
ASP.NET CI
7beaa5fe6e
Updating submodule(s)
...
Common => 7a2e64a64fa366abf887a50d2cb6f53476b12f2c
Mvc => ddbe0fef26
SignalR => 95ccb1ee52
[auto-updated: submodules]
2018-10-19 17:17:01 -07:00
Nate McMaster
4134e7bcf3
Re-enable repo code signing
2018-10-19 14:08:42 -07:00
ASP.NET CI
ed171ac733
Updating BuildTools from 2.2.0-preview2-20181018.5 to 2.2.0-preview2-20181019.4
...
[auto-updated: buildtools]
2018-10-19 12:56:18 -07:00
ASP.NET CI
c78e56608a
Updating submodule(s)
...
EntityFrameworkCore => bb7e7c4fa3f4c1831420c65e6212b787d084b1cb
HttpClientFactory => 6619149a5d84bd0b60abf3c3f2abc7b334426fa1
HttpSysServer => 30870b34c0
IISIntegration => f1ce94a2cf
KestrelHttpServer => 23a4e11261
Logging => e30f23cd3ef5ecc41f36b9690f837e9bcdea4da5
Razor => 1eb86af726
SignalR => d82a3e6c99
[auto-updated: submodules]
2018-10-19 12:56:10 -07:00
Pavel Krymets
d3216a66c1
Create a build configuraition to build OOB logging site extension package ( #3643 )
2018-10-19 12:19:33 -07:00
Nate McMaster
7f34909708
Include EFCore in real code signing
2018-10-19 10:22:37 -07:00