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
Nate McMaster
5fae89b962
Update versions to include prodcon build id ( #819 )
...
* Update versions to include prodcon build id
* Ensure version metadata does not appear in the package version
* Update build tools
2018-01-30 10:38:09 -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
13cf9f76bd
Add support for building Microsoft.AspNetCore.Analyzers metapackage
2018-01-22 13:54:50 -08:00
=
564e049ae9
Build Microsoft.AspNetCore.App
...
- Produce .App and .All metapackages and shared frameworks
2018-01-19 11:32:30 -08:00
Nate McMaster
230e4a02ef
Split compilation and tests into separate phases ( #779 )
...
* Split compilation and tests into separate phases
* Ensure template tests are skipped, and reduce duplication between test/build repo targets
* Show summary at the end of which repos failed
2018-01-12 09:46:36 -08:00
Nate McMaster
5214c9382b
Run some verification checks on PRs and add early errors for bad PackageArtifact config ( #771 )
2018-01-11 10:30:57 -08:00
Nate McMaster
a54852fe6e
Add targets to deploy all known installers to an azure blob feed
...
- Add PublishToAzureBlob task
- Move badge/version txt file generation to publish step
2018-01-08 18:23:24 -08:00
=
83d26d660e
Remove runtime store related build steps
2018-01-08 11:51:04 -08:00
Nate McMaster
af88d38cf7
Update to build tools 2.1.0-preview1-15651
2017-12-28 16:17:15 -08:00
Nate McMaster
ababb64d51
Change output of sharedfx build to match feed layout
...
- Upgrade build tools
- Produce an SVG badge for the sharedfx
- Produce the 'latest.aspnetcore.version' file for the dotnet-install.ps1/sh downloader script
- Change layout of output for sharefx build
- Use KoreBuild's bundled package folder for internal build tools packages
2017-12-27 11:12:02 -08:00
Pavel Krymets
ee8d0f30eb
Add AzureIntegration.targets ( #722 )
2017-12-20 08:52:30 -08:00
Nate McMaster
bc804863a2
Don't import the external package props file into the module build context ( #711 )
2017-12-13 12:14:19 -08:00
John Luo
e0daa126e2
Produce aspnetcore shared framework
2017-12-05 12:15:30 -08:00
Pranav K
3a76af803a
Rename the parameter used to specify additional sources to avoid conflating with DotNetRestoreSources used in projects
2017-12-01 16:04:01 -08:00
Pranav K
ba5ab12e9f
Downgrade to CoreFx version with signed binaries
...
Install shared runtimes required for builds to work
2017-11-29 12:16:19 -08:00
Pranav K
12e6e99d92
Add support for restore sources and package version props url
...
Fixes #654
Fixes #656
2017-11-28 11:54:09 -08:00
Pranav K
8c357435c9
Remove Sign target from being called
2017-11-22 13:33:43 -08:00
Pranav K
7dccc8a4aa
Remove SignType checks
2017-11-22 12:50:12 -08:00
Pranav K
db8adaf5b7
Remove uses of aspnetcore-ci-dev
2017-11-22 09:28:47 -08:00
Nate McMaster
e860022e1a
Remove references to aspnetcore-ci-dev and fix properties in PackageArchive targets
2017-11-22 08:31:19 -08:00
Nate McMaster
3113d9573c
Stop modifying the NuGet.config file during build
2017-11-21 08:42:30 -08:00
Nate McMaster
fac246e67c
Add support for PB_SkipTests and PB_SignType variables ( #646 )
2017-11-13 12:27:01 -08:00
Nate McMaster
a24bed01d7
Identify the difference between skipped and shipped repositories
2017-11-10 13:46:25 -08:00
Nate McMaster
ee5178160e
Account for .Sources packages when computing the repo graph
2017-11-09 14:08:13 -08:00
Nate McMaster
3d88b10b73
Merge branch 'dev' into namc/merge-rel-2.0.3
2017-11-09 11:27:02 -08:00
Nate McMaster
476a383539
Add mirrored artifacts to restore sources for repo builds
2017-11-09 10:33:04 -08:00
Nate McMaster
7ebdee8667
Update thet list of external dependencies
2017-11-08 16:57:57 -08:00
Nate McMaster
dae1f1ce78
Merge branch 'rel/2.0.3' into dev
2017-11-08 16:31:07 -08:00
Nate McMaster
7c0d83e7ff
Stop producing PackageLineup and remove obsolete code ( #628 )
2017-11-03 16:20:29 -07:00
Nate McMaster
cccfe3dd57
Use submodules for source dependencies ( #621 )
...
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
Initial submodule status:
Antiforgery => e1884586
AzureIntegration => c998d74e
BasicMiddleware => 9f3ed006
BrowserLink => 7e2ff85a
Caching => c6a9cbbe
Common => 062ad3e7
CORS => 8fd36866
DataProtection => 49b2e22a
DependencyInjection => 88297e3c
Diagnostics => 7ac0e06a
DotNet=>ols => 1836201b
EntityFrameworkCore => e70d7dae
EventNotification => 3f881f18
FileSystem => 51e14a62
Hosting => 82ccf4f0
HtmlAbstractions => d687617a
HttpAbstractions => c0f93723
HttpSysServer => 02331040
Identity => 52dfb021
JavaScriptServices => e583a17e
JsonPatch => e453fafa
KestrelHttpServer => 0c34523e
Logging => e8e3e707
MetaPackages => d63542ca
Mvc => 2e4bc548
Razor => 6c7551d9
Routing => bb413c6a
Security => 88cb3df0
SignalR => 2419867d
[auto-updated: submodules]
2017-11-01 13:03:46 -07:00
Nate McMaster
e91af13a7d
Generate the PackageVersionProps file and put it in the lineup package
2017-10-23 15:00:53 -07:00
=
a4e87d1dd8
Build runtime store installers
...
- hosting tar.gz archives
- rpm installers for generic and red hat
- deb installers for debian.8, ubuntu 14.04, ubuntu 16.04, ubuntu 16.10
Create hosting targz archives
2017-10-13 17:00:46 -07:00
Nate McMaster
446de15f0b
Add aspnet/Templating to the universe build
2017-10-12 18:02:16 -07:00
John Luo
afba40b573
Build LZMA
...
- Update metapackage reference insertion
2017-10-11 16:11:12 -07:00
Nate McMaster
c8068b7d1c
Use submodules for source dependencies
...
As a part of making builds more reproducible, we want to start committing the exact sha of source dependencies used to build aspnetcore. This implements that using git submodules, and removes targets that were previously used to clone source on demand.
2017-10-11 15:48:50 -07:00
Nate McMaster
c76125af0e
Add previously-built aspnetcore artifacts as external dependencies
2017-10-09 12:55:14 -07:00
Nate McMaster
869d762641
Copy symbol packages to artifacts/symbols
2017-10-09 12:27:41 -07:00
Nate McMaster
611b6a23ad
Update how PackageReference versions are set
...
Changes:
- Remove floating versions
- Disable myget feeds during a Universe build
- Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
- Remove myget feeds during build
- Remove obsolete 'GenerateLineup' targets/tasks
2017-10-09 11:32:21 -07:00
Nate McMaster
2b6989bc09
Add /t:Push
2017-10-04 11:24:40 -07:00
John Luo
8cba694aa4
Build all metapackage before split packages
2017-10-02 16:48:09 -07:00
=
11b25e7c87
Build and pack Runtime Store
...
- Also add targets to build all metapackage.
2017-10-02 16:43:30 -07:00
Nate McMaster
372be2f638
Generate and set DotNetRestoreSourcePropsPath
2017-10-02 14:12:41 -07:00
Nate McMaster
197d2f5633
Fix KOREBUILD_REPOSITORY_EXCLUDE
2017-10-02 10:30:14 -07:00
Nate McMaster
7ee6b5db9e
Skip coherence checks on test-only builds
2017-10-02 09:50:55 -07:00
Nate McMaster
a6a01db7a6
Include DotNetPackageVersionPropsPath in the design-time build
2017-09-29 17:03:35 -07:00
Nate McMaster
d2e49a726c
Generate the package version props file
2017-09-29 14:39:58 -07:00
Nate McMaster
e7c5ce6bb9
Push lineup packages and put symbols in a separate directory
2017-09-29 14:14:57 -07:00
Nate McMaster
586d3c99c7
Fix bug in DependsOnTargets and /t:Push
2017-09-29 12:22:06 -07:00
Nate McMaster
9aebb2d823
Don't clear cloned sources when SkipClone=true
2017-09-29 11:42:45 -07:00