Nate McMaster
9ef45e0c88
Remove reference to non-existent target "BuildMetapackages"
2018-10-25 11:29:08 -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
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
dotnet-maestro-bot
bc8984dfea
Upgrade to .NET Core 2.2.0-rtm-27023-02
2018-10-23 13:36:09 -07: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
4134e7bcf3
Re-enable repo code signing
2018-10-19 14:08:42 -07:00
Nate McMaster
7f34909708
Include EFCore in real code signing
2018-10-19 10:22:37 -07:00
Nate McMaster
36add43f11
Merge branch release/2.1 into release/2.2
2018-10-18 16:53:03 -07:00
dotnet-maestro-bot
31849575f1
Upgrade to .NET Core 2.1.6-servicing-27017-02
2018-10-18 13:48:06 -07:00
Nate McMaster
d991c50c82
Merge release/2.1 and aspnet/WebSockets release/2.2
2018-10-17 15:47:04 -07:00
Nate McMaster
24f85a200c
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in a036f920b8
2018-10-17 15:34:25 -07:00
Nate McMaster
b1427c759b
Remove the WebSockets submodule
2018-10-17 14:53:22 -07:00
Nate McMaster
c2e4a74f7d
React to renaming this repo from Universe to AspNetCore
2018-10-17 10:24:18 -07:00
Nate McMaster
9c5a54d2d7
Update buildtools and submodules
...
Resolves aspnet/AspNetCore-Internal#1175
2018-10-16 11:42:25 -07:00
Nate McMaster
b64e64d9e5
Merge branch 'namc/merge-dp-22' into release/2.2
2018-10-16 11:32:28 -07:00
dotnet-maestro-bot
f2ddc6efc0
Update .NET Core to 2.2.0-preview3-27014-02
2018-10-16 09:07:50 -07:00
Nate McMaster
489a88d21e
Merge aspnet/DataProtection release/2.2 into this repo
2018-10-15 10:21:02 -07:00
Nate McMaster
4dfd351c84
Remove DataProtection submodule and update path to DP source code to local folder
2018-10-15 09:46:20 -07:00
Nate McMaster
c37a332a6a
Merge branch 'release/2.1' into release/2.2
2018-10-12 16:56:47 -07:00
Nate McMaster
f09aa6eacb
Backport cleanups to infrastructure
...
* Fix README links to use https
* Add a bigger timeout to PushToBlobFeed
* Remove hard-coded restore source for the 2.1.4 build
* Fail the build if korebuild.json cannot be parsed
* Fix output path for sharedfx .tar.gz files to avoid max path issues
2018-10-12 16:36:34 -07:00
Nate McMaster
fb3f5d95c2
Backport infrastructure changes and source reorganization
...
* Add build definition for Azure DevOps
* Put code for metapackages in a subfolder
* Update targets to prepare for submodules merging into this repo
* Add source code for windows installer
* Add source code for Debian installers
2018-10-12 13:59:43 -07:00
Nate McMaster
f4026cc100
Reorganize source code from aspnet/DataProtection into a subfolder
...
Prior to reorg, this source existed at 3f5f419df8
2018-10-12 13:14:22 -07:00
Nate McMaster
07faed4590
React to repo-dependency change between CORS and StaticFiles and fix code-signing error in MVC
2018-10-12 09:34:35 -07:00
Ryan Brandenburg
3b327ef369
Update MVC, add ApiDescription.Design to package artifacts, and update build tools ( #1492 )
2018-10-11 19:58:57 -07:00
Nate McMaster
9dffb5614f
Merge branch 'release/2.1' into release/2.2
2018-10-11 16:23:42 -07:00
Nate McMaster
a45cc2cb82
Share DOTNET_HOME with sub-repo builds ( #1488 )
...
This shares the DOTNET_HOME variable on CI builds between Universe and each sub-repo build. This prevents each repository build installing duplicate copies of .NET Core SDK and runtimes.
2018-10-11 14:47:58 -07:00
Nate McMaster
b5c0ed228a
Skip code-signing EFCore with repo signing while we workout issues with signtool ( #1487 )
...
Code-signing will still happen. It will fallback to legacy signing which happens after Universe builds
2018-10-11 12:50:16 -07:00
Ryan Brandenburg
0afaccf4df
Prevent contention ( #1486 )
...
Pass CI to Repo builds
2018-10-11 12:30:37 -07:00
Nate McMaster
a4b8bc4a50
Run real-code signing on individual repo builds ( #1453 )
2018-10-11 10:52:49 -07:00
Brice Lambson
e0883c2da3
Add NetTopologySuite.IO.SqlServerBytes dependency
2018-10-11 09:59:13 -07:00
Hao Kung
06e9531d50
Update IdentityModel packages
2018-10-10 22:34:38 -07:00
BrennanConroy
ed4cef6b98
Add *.StackExchangeRedis packages ( #1466 )
2018-10-10 16:41:12 -07:00
BrennanConroy
3f5f419df8
Add Redis 2.0 package ( #325 )
2018-10-10 16:40:52 -07:00
Ryan Nowak
904c9d3623
Use Moq v4.10
2018-10-09 15:09:26 -07:00
BrennanConroy
85ecc5ba4c
Add Redis 2.0 ( #1459 )
2018-10-09 14:50:50 -07:00
Ryan Nowak
0a1c60e2d3
Update Moq to 4.11.0
...
This is the latest version of Moq, should have a fix for
https://github.com/aspnet/Home/issues/3569
2018-10-09 13:41:21 -07:00
Nate McMaster
8e13235732
Remove the Proxy submodule ( #1471 )
...
Part of https://github.com/aspnet/AspNetCore/issues/3598 - unifying and reducing repos. Proxy does not ship, so its code will move to aspnet/AspLabs.
2018-10-09 13:16:03 -07:00
Nate McMaster
eaad1eb3aa
Remove tasks for analyzing the repo graph ( #1469 )
...
As a part of converging repos, we no longer need this code. It is currently buggy and slow, and we can get away without by hard-coding the repo graph (which rarely changes)
2018-10-09 12:01:41 -07:00
N. Taylor Mullen
18b61e9217
Revert "Update Roslyn version."
...
This reverts commit 70f2d3abd9 .
2018-10-09 11:53:37 -07:00
dotnet-maestro-bot
3cd98acda3
Updating external dependencies ( #1464 )
2018-10-09 11:33:03 -07:00
N. Taylor Mullen
70f2d3abd9
Update Roslyn version.
...
aspnet/Razor#2634
2018-10-09 11:04:04 -07:00
Pavel Krymets
21b98de09b
Update System.IO.Pipelines to 4.5.2 ( #1458 )
2018-10-09 10:46:27 -07:00
Arthur Vickers
12761474d3
Rename Cosmos.Sql to Cosmos ( #1467 )
2018-10-09 10:27:49 -07:00
ASP.NET CI
56f9012402
Update dependencies.props
...
[auto-updated: dependencies]
2018-10-07 19:37:05 +00:00
ASP.NET CI
3acb4dd4e9
Update dependencies.props
...
[auto-updated: dependencies]
2018-10-07 19:10:34 +00:00
Nate McMaster
36f21faecf
Merge branch 'release/2.1' into release/2.2
2018-10-05 17:04:01 -07:00
Nate McMaster
36e462d6f2
Update branding to 2.1.6-servicing ( #1455 )
...
Cleanup the implementation of version.props to make it clearer what the rules are for appending version suffixes, applying updates, etc.
2018-10-05 16:50:15 -07:00