Commit Graph

28 Commits

Author SHA1 Message Date
Nate McMaster 931f0754af
Do not restore in parallel - workaround for race condition in /t:Restore 2018-07-06 15:34:05 -07:00
Nate McMaster bf03fee4be
Refactor LZMA generation to support Docker and Antares usage
List explicitly as .csproj files the scenarios for which the offline package cache is important

Produces new artifacts designed for various scenarios, such as:
 * Docker (where xml doc files are not needed)
 * Azure web apps (where 1.x SDKs must still be supported, but xml docs are not needed)
2018-07-06 13:15:23 -07:00
Nate McMaster d7721fdff4
Merge branch 'release/2.0' into release/2.1 2018-07-05 20:12:24 -07:00
Nate McMaster 1895502c48
Update the LZMA to include NETStandard.Library 2.0.3 2018-07-02 16:45:20 -07:00
John Luo ea5ed2250d Pin aspnetcore runtime version for LZMA generation 2018-06-20 18:02:07 -07:00
John Luo ccfd5f80b7 Pin runtime version for LZMA generation 2018-06-18 20:11:20 -07:00
John Luo 25bbb466db Create compressed delta lzma for antares
- The delta lzma is packaged as a zip
- Only new content that's not present in the LKG lzma is included
- Xmls are removed
2018-06-08 11:08:09 -07:00
Nate McMaster 7fffc939cf
Backport: consolidate list of myget feeds to one place and remove the need to mirror packages 2018-03-27 09:03:44 -07:00
Nate McMaster 27440da725
Add additional restore sources to PackageArchive.targets 2018-03-13 17:13:09 -07:00
John Luo 1ce0e6ecdf Add lzma repo task 2018-03-13 12:25:22 -07:00
Nate McMaster 016fa66640
Map properties DotNetRestoreSources => RestoreSources for metapackage builds (#955) 2018-03-13 12:23:18 -07:00
Nate McMaster 349acb5bb3
Condense restore feed configuration to single location and remove package mirroring (#945) 2018-03-13 10:56:09 -07:00
Nate McMaster 68b3df8fe9
Don't ship global CLI tool packages to nuget.org or put into LZMA (#906) 2018-02-22 14:49:24 -08:00
Nate McMaster 05174814f6
Ensure the LZMA includes CLI global tools .nupkg, nupkg.sha512, and .nuspec files (#829) 2018-01-30 15:22:31 -08:00
Nate McMaster baa665db81
Include global CLI tool packages in the LZMA (#809)
Fixes #803
2018-01-25 18:04:40 -08:00
John Luo 867438a4ae LZMA woes 2018-01-08 11:13:16 -08:00
= 0554b12109 Delay building metapackage to after runtime store generation
Wait for all manifests to be generated
2018-01-08 11:13:16 -08:00
John Luo e0daa126e2 Produce aspnetcore shared framework 2017-12-05 12:15:30 -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 4b48a46521
Fix property name in PackageArchive targets 2017-11-22 08:13:32 -08:00
Nate McMaster dfd15c8679
Only produce one version of the runtime store, templates packages, and installers (#665) 2017-11-21 17:05:52 -08:00
= be0dce0fd9 Revert to old lzma name scheme 2017-10-26 12:14:34 -07:00
Nate McMaster d5df2acd45 Put installers into artifacts/installers/ and the lzma into artifacts/lzma/ 2017-10-17 17:56:31 -07:00
Nate McMaster 3a563b15fa Fix the BuildFallbackArchive targets to restore from the correct locations 2017-10-17 17:43:16 -07:00
Nate McMaster 4bb84cf6d0 Ensure the deb/rpm installers use the same dotnet-core version
- Remove unnecessary tasks and scripts
 - Ensure the KOREBUILD_DOTNET_* environment variables are preserved in the docker build context
 - Other MSBuild cleanup of the targets
2017-10-17 15:46:53 -07:00
John Luo 84157041bc Update properties fore restore on CI 2017-10-11 17:43:59 -07:00
John Luo a48a3be6d7 Explicitly specify metapackage version 2017-10-11 17:04:09 -07:00
John Luo afba40b573 Build LZMA
- Update metapackage reference insertion
2017-10-11 16:11:12 -07:00