Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Michal Strehovský 26a7144bf8
Hardcode symbol publishing task to 1.* (#5499)
This should hopefully unblock official build publishing.
2018-03-05 17:41:25 +01:00
Michal Strehovský 641b32dfbc Set cleanOptions to 3 so that output directory is cleaned up (#5166) 2017-12-31 08:12:45 -08:00
Andon Andonov df56bb3bd0 ILCompiler Package Multi-Runtime Package Support (#5123)
As it stands we only produce a Windows ILCompiler package. This work implements building and publishing of OS-specific runtime packages and spins off ILCompiler as a meta-package, which can be referenced when adding to a project.

Working on this, a quirk in MSBuild behavior under .NET Core popped up - build artifacts (i.e. .targets and .props files) are imported for direct project package references, but not for runtime-specific packages, defined as dependencies in the meta-package. This doesn't seem to be the case in vanilla MSBuild.

The below is a serious hack to work around this - during runtime, we find the resolved runtime package reference and define the path to it on disk, from which all OS-specific components are loaded and run. The motivation behind the workaround was to keep the package as small as possible, particularly because of the large intersection of components between OS implementations.

All workarounds are marked as such and should be removed once Microsoft/msbuild#2807 is resolved.

There is some slowdown because of sequential resolution of targets, but not immediately noticeable and is unfortunately unavoidable - almost entirely avoided if CoreRT build targets are referenced directly (excluding MSBuild overhead).
2017-12-15 21:17:57 -05:00
Andon Andonov a35d222bc2 ILCompiler nuget package support (#4983) 2017-12-04 19:29:10 -08:00
Michal Strehovský 0dddbe2192 Fix docker image used for official builds from Debian to Ubuntu (#4830) 2017-10-28 08:06:18 -07:00
Michal Strehovský ba17d2e3a9 Switch to DotNetCore-Build pool (#4792)
This one should have VS 2017 installed.
2017-10-24 23:43:30 +02:00
Chris Rummel 91c37696e5
Update symbol publish contacts. 2017-07-31 13:45:46 -05:00
Michal Strehovský 92e7b8edca Fix product drop location (#4201) 2017-07-20 20:05:32 -04:00
Ravi Eda 75ba4c9986 Switch to DotNetCore-Build pool for macOS Sierra 10.12. (#4098) 2017-07-07 11:25:55 -05:00
Chris Rummel acba48e09a
Only index Product symbols, not extra packages. 2017-05-03 17:58:00 -05:00
Chris Rummel b5f5ae14b6
Update to use official build prereqs Docker image. 2017-05-03 17:13:06 -05:00
Chris Rummel 7a6f916942 Fix MyGet feed to point to dotnet-core instead of test feed. (#2670) 2017-02-06 11:09:02 -08:00
Chris Rummel 99a78afd8d Split pipeline build to match CoreFX's model. (#2505)
* Split pipeline build to match CoreFX's model.
- OS-specific legs no longer publish to MyGet, they just upload to Azure.
- New publish leg downloads from Azure and publishes to MyGet.
- Only includes Microsoft.TargetingPack.Private.CoreRT for now, will add ILCompiler
  after we sort out what OS-specific packages should be named.

* Addressing code review feedback (PR#2505).
2017-01-18 10:46:58 -08:00
Chris Rummel 5518722c82 Add packaging build changes and scripts. (#2325) 2016-12-19 17:05:17 -08:00
Chris Rummel e80f0a3604 Split build scripts for CI (#2309)
In order to sign and package our builds properly in CI we need to split the build phases up. These changes add build-native, build-managed, and build-tests scripts, with build-packages soon to come. Summary:
- Variable handling moved to buildvars-setup scripts to avoid duplication.
- Everything else is from the old scripts with some path cleanup changes.
- Build.cmd/sh now calls into the split scripts.
- Updated build pipeline definitions for new scripts.
2016-12-08 09:56:38 -06:00
Chris Rummel eec701888e Enable pipebuild in CoreRT (#2299)
* Fix getting test root on Mac and Linux pipeline builds.

* Add clean scripts for CI to use.
CI is slightly different from a normal user scenario because
it will often be cleaning right after another build before
VBCSCompiler.exe is killed automatically.

* Add checked-in build definitions for pipebuild.
2016-12-06 13:08:02 -08:00