platform/upstream/dotnet/runtime.git
7 years agoMerge pull request dotnet/core-setup#2287 from ramarag/remove_apphost_ver
Rama krishnan Raghupathy [Fri, 5 May 2017 02:14:07 +0000 (19:14 -0700)]
Merge pull request dotnet/core-setup#2287 from ramarag/remove_apphost_ver

remove version info from apphost.exe

Commit migrated from https://github.com/dotnet/core-setup/commit/2ee586b42cf036b14c790656159f26a38bf75cba

7 years agoremove version info from apphost.exe
Rama Krishnan Raghupathy [Fri, 5 May 2017 00:45:50 +0000 (17:45 -0700)]
remove version info from apphost.exe

Commit migrated from https://github.com/dotnet/core-setup/commit/0362e52414d842658ed9308079bb34186b826d0c

7 years agoFix artifact name, replace '-' with '.' (dotnet/core-setup#2282)
chcosta [Thu, 4 May 2017 23:21:10 +0000 (16:21 -0700)]
Fix artifact name, replace '-' with '.' (dotnet/core-setup#2282)

Commit migrated from https://github.com/dotnet/core-setup/commit/13a91af37c7b072d3a9492d80b16fa6dbce02842

7 years agoUpdate branding for Installer packages (dotnet/core-setup#2276)
rakeshsinghranchi [Thu, 4 May 2017 21:27:59 +0000 (14:27 -0700)]
Update branding for Installer packages (dotnet/core-setup#2276)

Commit migrated from https://github.com/dotnet/core-setup/commit/70548e45801ae3af48b11cc43498bd2c7e8a9a51

7 years agoCreate .deb packages for Ubuntu and Debian. (dotnet/core-setup#2256)
Eric Erhardt [Thu, 4 May 2017 18:37:22 +0000 (13:37 -0500)]
Create .deb packages for Ubuntu and Debian. (dotnet/core-setup#2256)

* Create .deb packages for Ubuntu and Debian.

* Disable building deb packages when debuild isn't installed.

* Remove unused deb tokens

* Remove unused properties.

* Update docker images used to create debian packages

* Preserve folder layout for deb packages

Commit migrated from https://github.com/dotnet/core-setup/commit/77179251dd0c4954ff812e30e645c26cbb2a4506

7 years agoMerge pull request dotnet/core-setup#2277 from ramarag/add_large_addr_awareness
Rama krishnan Raghupathy [Thu, 4 May 2017 18:37:12 +0000 (11:37 -0700)]
Merge pull request dotnet/core-setup#2277 from ramarag/add_large_addr_awareness

make host largeaddressaware

Commit migrated from https://github.com/dotnet/core-setup/commit/67141dd6da2342d372ba127bb740d353c0743e0d

7 years agoSpecify content-type for .svg and .version files (dotnet/core-setup#2253)
chcosta [Thu, 4 May 2017 16:26:52 +0000 (09:26 -0700)]
Specify content-type for .svg and .version files (dotnet/core-setup#2253)

* Specify content-type for .svg and .version files

* remove debug stuff

* Fix readme links

* remove redundant method call

Commit migrated from https://github.com/dotnet/core-setup/commit/b3001bb3f5478e970224687a9a3b372bdf8d09e0

7 years agomake host largeaddressaware
Rama Krishnan Raghupathy [Thu, 4 May 2017 02:51:07 +0000 (19:51 -0700)]
make host largeaddressaware

Commit migrated from https://github.com/dotnet/core-setup/commit/faf3e369d1d7ac4e0c842a0bf771d78c0cf8323d

7 years agoMerge pull request dotnet/core-setup#2259 from mellinoe/2.0-toolset-2
Eric Mellino [Thu, 4 May 2017 01:03:41 +0000 (18:03 -0700)]
Merge pull request dotnet/core-setup#2259 from mellinoe/2.0-toolset-2

Build managed projects and tests with csproj's

Commit migrated from https://github.com/dotnet/core-setup/commit/3c952f2ca9f5d12057769ca6ce279ae3ee82ce50

7 years agoMore minor test project and code cleanup.
Eric Mellino [Wed, 3 May 2017 23:44:26 +0000 (16:44 -0700)]
More minor test project and code cleanup.

Commit migrated from https://github.com/dotnet/core-setup/commit/22744ced2103c72f28de2efda575cde33c61633c

7 years agoAddress a variety of issues from PR feedback.
Eric Mellino [Wed, 3 May 2017 23:17:20 +0000 (16:17 -0700)]
Address a variety of issues from PR feedback.

Commit migrated from https://github.com/dotnet/core-setup/commit/4427a4344dadde207b7ee489223aafe70da4e19d

7 years agoAdd CoreLib explicitly to TPA list (dotnet/core-setup#2272)
Gaurav Khanna [Wed, 3 May 2017 23:06:22 +0000 (16:06 -0700)]
Add CoreLib explicitly to TPA list (dotnet/core-setup#2272)

Commit migrated from https://github.com/dotnet/core-setup/commit/2f3a31f0e475dc2fb91012fcaa0c082f6e74fe8a

7 years agoSet DOTNET_SKIP_FIRST_TIME_EXPERIENCE in more places
Eric Mellino [Wed, 3 May 2017 22:17:07 +0000 (15:17 -0700)]
Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE in more places

Commit migrated from https://github.com/dotnet/core-setup/commit/fb6fdf586ed3df55df71b0f83693004b8ea7e5ff

7 years agoMerge pull request dotnet/core-setup#2255 from karajas/updateToLatest
Wes Haggard [Wed, 3 May 2017 22:04:13 +0000 (15:04 -0700)]
Merge pull request dotnet/core-setup#2255 from karajas/updateToLatest

Update dependencies to latest

Commit migrated from https://github.com/dotnet/core-setup/commit/cded2a786d8d5ade5a55ac9c9b62a36b2645e772

7 years agoRevert change to InitBaseDotnetCli
Eric Mellino [Wed, 3 May 2017 21:19:21 +0000 (14:19 -0700)]
Revert change to InitBaseDotnetCli

Commit migrated from https://github.com/dotnet/core-setup/commit/bd5f1ce852d98db0e8d34d9e7fa53387437f7f9f

7 years ago[netci.groovy] Interpret testResults.xml files as MSBuild results files, not Xunit...
Eric Mellino [Wed, 3 May 2017 20:16:16 +0000 (13:16 -0700)]
[netci.groovy] Interpret testResults.xml files as MSBuild results files, not Xunit results.

Commit migrated from https://github.com/dotnet/core-setup/commit/97bb1bcd31f794efc5bd799ff61e157862dfb27c

7 years agoClean up cruft left over from "dotnet migrate".
Eric Mellino [Wed, 3 May 2017 20:15:30 +0000 (13:15 -0700)]
Clean up cruft left over from "dotnet migrate".

Commit migrated from https://github.com/dotnet/core-setup/commit/55349c0fa4527b09a9d967afd0fb9352c40576f0

7 years agoPass TestTargetRid instead of RuntimeIdentifier(s) in restore in test code.
Eric Mellino [Wed, 3 May 2017 20:15:11 +0000 (13:15 -0700)]
Pass TestTargetRid instead of RuntimeIdentifier(s) in restore in test code.

Commit migrated from https://github.com/dotnet/core-setup/commit/30a8dbce258875f5eab0152faef47cc1d4e605c5

7 years agoDon't set DOTNET_SKIP_FIRST_TIME_EXPERIENCE on Windows.
Eric Mellino [Wed, 3 May 2017 19:55:36 +0000 (12:55 -0700)]
Don't set DOTNET_SKIP_FIRST_TIME_EXPERIENCE on Windows.

Commit migrated from https://github.com/dotnet/core-setup/commit/02e2907131dc6d1141ff5f6eb31a8fbeecdec590

7 years agoFix remaining test issues.
Eric Mellino [Wed, 3 May 2017 19:35:21 +0000 (12:35 -0700)]
Fix remaining test issues.

Commit migrated from https://github.com/dotnet/core-setup/commit/082b97720e84f815ff918d8d4b719603a27e5fbe

7 years agoMake sure tests target netcoreapp2.0
Eric Mellino [Wed, 3 May 2017 18:10:49 +0000 (11:10 -0700)]
Make sure tests target netcoreapp2.0

Commit migrated from https://github.com/dotnet/core-setup/commit/a0a02836570fcc75262bb7b276838477cf755f39

7 years agoRemove explicit "RuntimeFrameworkVersion" property in test projects.
Eric Mellino [Wed, 3 May 2017 00:28:58 +0000 (17:28 -0700)]
Remove explicit "RuntimeFrameworkVersion" property in test projects.

Commit migrated from https://github.com/dotnet/core-setup/commit/b1331b8d3dbd89be7762a9ea37a6348cb9bf8df5

7 years agoFix build problems outside of Windows.
Eric Mellino [Tue, 2 May 2017 23:46:40 +0000 (16:46 -0700)]
Fix build problems outside of Windows.

Commit migrated from https://github.com/dotnet/core-setup/commit/d097f88ebf4db4df9e187a29f4abaf59eec4cfb3

7 years agoRemove all extra PackageReferences from the migrated test assets
Eric Mellino [Tue, 2 May 2017 22:17:59 +0000 (15:17 -0700)]
Remove all extra PackageReferences from the migrated test assets

Commit migrated from https://github.com/dotnet/core-setup/commit/189bf252b79de86382c238eca9c062c0feb56d06

7 years agoPass the version for Microsoft.NETCore.App through test execution
Eric Mellino [Tue, 2 May 2017 22:03:20 +0000 (15:03 -0700)]
Pass the version for Microsoft.NETCore.App through test execution

Commit migrated from https://github.com/dotnet/core-setup/commit/4c087f0f3edaf7858e38375bb32cae00ac6a9fac

7 years agoMake all test projects build and run with the MSBuild-based toolset.
Eric Mellino [Tue, 2 May 2017 20:10:02 +0000 (13:10 -0700)]
Make all test projects build and run with the MSBuild-based toolset.

Commit migrated from https://github.com/dotnet/core-setup/commit/798ddda5af9965dc002010163efad32d93a56e11

7 years agoContinue porting tests
Eric Mellino [Tue, 2 May 2017 00:41:05 +0000 (17:41 -0700)]
Continue porting tests

Commit migrated from https://github.com/dotnet/core-setup/commit/ddeeda41b1357b4fa88cb47bb29bc4ef5a19b150

7 years agoContinue working on tests and add some logging
Eric Mellino [Mon, 1 May 2017 22:53:38 +0000 (15:53 -0700)]
Continue working on tests and add some logging

Commit migrated from https://github.com/dotnet/core-setup/commit/1849321c5829ad94c7076d6079f9ff335cd0ceb5

7 years agoStart porting tests to 2.0 CLI
Eric Mellino [Mon, 1 May 2017 22:22:25 +0000 (15:22 -0700)]
Start porting tests to 2.0 CLI

Commit migrated from https://github.com/dotnet/core-setup/commit/e2d9d8d85caeb83b6278f48bc09bbd5ef63dfa84

7 years agoFix packaging of "managed" projects.
Eric Mellino [Mon, 1 May 2017 19:16:28 +0000 (12:16 -0700)]
Fix packaging of "managed" projects.

Commit migrated from https://github.com/dotnet/core-setup/commit/badc12e319526858b9c400654d86f7b11cb13af5

7 years agoBuild/publish "managed" projects with 2.0 SDK
Eric Mellino [Mon, 1 May 2017 18:50:10 +0000 (11:50 -0700)]
Build/publish "managed" projects with 2.0 SDK

Commit migrated from https://github.com/dotnet/core-setup/commit/c2ed89bc874f3330ca4a510111f9476721fc3acb

7 years agoMerge pull request dotnet/core-setup#2269 from ramarag/revert_app_context_Base_Dir
Rama krishnan Raghupathy [Wed, 3 May 2017 21:24:02 +0000 (14:24 -0700)]
Merge pull request dotnet/core-setup#2269 from ramarag/revert_app_context_Base_Dir

Revert "remove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY"

Commit migrated from https://github.com/dotnet/core-setup/commit/910c9cbe929e664b6f41b5e1725bbc3df0bf04fe

7 years agoRemove workaround for cross-targeting crossgen path
Eric St. John [Wed, 3 May 2017 21:24:00 +0000 (14:24 -0700)]
Remove workaround for cross-targeting crossgen path

Commit migrated from https://github.com/dotnet/core-setup/commit/c36d0ddeb4d5387405636bbd3314701de90a7030

7 years agoUpdate dependencies to latest
Karthik Rajasekaran [Wed, 3 May 2017 20:23:07 +0000 (13:23 -0700)]
Update dependencies to latest

Commit migrated from https://github.com/dotnet/core-setup/commit/ef9669bfdbb9616240ee123ce4b5f66b83d0b54f

7 years agoMerge pull request dotnet/core-setup#2264 from ramarag/fix_pkg_regression
Rama krishnan Raghupathy [Wed, 3 May 2017 18:41:32 +0000 (11:41 -0700)]
Merge pull request dotnet/core-setup#2264 from ramarag/fix_pkg_regression

Remove Dotnet.exe from shared fx

Commit migrated from https://github.com/dotnet/core-setup/commit/72814c4bc5993fe2643d678b65c55e36f3cc2fc2

7 years agoRevert "remove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY"
Rama Krishnan Raghupathy [Wed, 3 May 2017 18:11:19 +0000 (11:11 -0700)]
Revert "remove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY"

This reverts commit dotnet/core-setup@8ef546301462dea5a369e0836a2f2f05e225c8ce.

Commit migrated from https://github.com/dotnet/core-setup/commit/edb1ecab80f4606bc796847e64f4366fef490564

7 years agoRemove Dotnet.exe from shared fx
Rama Krishnan Raghupathy [Wed, 3 May 2017 01:26:37 +0000 (18:26 -0700)]
Remove Dotnet.exe from shared fx

Commit migrated from https://github.com/dotnet/core-setup/commit/1a53416f59d687d2bf535418c65e50d922c18a93

7 years agoFix signing
Christopher Costa [Tue, 2 May 2017 23:36:09 +0000 (16:36 -0700)]
Fix signing

Commit migrated from https://github.com/dotnet/core-setup/commit/97fa1af03c4769d3496e6a8a25575dc5312d1568

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into engine
Christopher Costa [Tue, 2 May 2017 23:32:40 +0000 (16:32 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into engine

Commit migrated from https://github.com/dotnet/core-setup/commit/86514f595426b0aa68f004f3c79fb0b6df092cf9

7 years agoMerge pull request dotnet/core-setup#2249 from ramarag/remove_cwd_probe
Rama krishnan Raghupathy [Tue, 2 May 2017 22:52:42 +0000 (15:52 -0700)]
Merge pull request dotnet/core-setup#2249 from ramarag/remove_cwd_probe

removing cwd for the lookup of shared fx and sdk

Commit migrated from https://github.com/dotnet/core-setup/commit/0ca103b05113500ec0c68071158bf93c94351165

7 years agoExtract engine bundle, sign, reattach; also do vsts agent cleanup (dotnet/core-setup...
chcosta [Tue, 2 May 2017 22:47:46 +0000 (15:47 -0700)]
Extract engine bundle, sign, reattach; also do vsts agent cleanup (dotnet/core-setup#2235)

* Extract engine bundle, sign, reattach; also do vsts agent cleanup

* Fix ordering

* move all msbuild tasks to latest/x64, change order for cleanup agent

Commit migrated from https://github.com/dotnet/core-setup/commit/231b561d93e78eb07369d3c9a2428ab2f41bf70c

7 years agoMerge pull request dotnet/core-setup#2250 from ramarag/remove_apisets
Rama krishnan Raghupathy [Tue, 2 May 2017 22:07:18 +0000 (15:07 -0700)]
Merge pull request dotnet/core-setup#2250 from ramarag/remove_apisets

remove api_sets related pal api

Commit migrated from https://github.com/dotnet/core-setup/commit/bee5e1f9718192b495016fb99097831943434984

7 years agoremoving cwd for the lookup of shared fx and sdk
Rama Krishnan Raghupathy [Thu, 27 Apr 2017 01:15:17 +0000 (18:15 -0700)]
removing cwd for the lookup of shared fx and sdk

Commit migrated from https://github.com/dotnet/core-setup/commit/4c992ca97f070d0fa93deac8a164f5acca96b93c

7 years agomove all msbuild tasks to latest/x64, change order for cleanup agent
Christopher Costa [Tue, 2 May 2017 20:48:56 +0000 (13:48 -0700)]
move all msbuild tasks to latest/x64, change order for cleanup agent

Commit migrated from https://github.com/dotnet/core-setup/commit/367ec649bd83308a714dca19fb3d80996251b60d

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into engine
Christopher Costa [Tue, 2 May 2017 20:44:08 +0000 (13:44 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into engine

Commit migrated from https://github.com/dotnet/core-setup/commit/578257677a4ed90d79ec144521d4703dbe5245b5

7 years ago[ARM] Update rootfs for Tizen armel (dotnet/core-setup#2163)
Hyung-Kyu Choi [Tue, 2 May 2017 20:33:35 +0000 (05:33 +0900)]
[ARM] Update rootfs for Tizen armel (dotnet/core-setup#2163)

* [ARM] Update cross rootfs for armel Tizen

Update cross rootfs for armel Tizen

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
* [ARM] Update Tizen armel CI

Tizen armel CI make use of embedded rootfs as Ubuntu arm does.

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/core-setup/commit/083d1d5888ebe9700be694ab1fe205e3feebbac3

7 years agoMerge pull request dotnet/core-setup#2243 from karajas/updateDependencies
Karthik Rajasekaran [Tue, 2 May 2017 19:51:49 +0000 (12:51 -0700)]
Merge pull request dotnet/core-setup#2243 from karajas/updateDependencies

Fix UpdateDependencies using VersionTools

Commit migrated from https://github.com/dotnet/core-setup/commit/53b03ae49ef80caa32164150c43782b3216a572b

7 years agoFix UpdateDependencies using VersionTools
Karthik Rajasekaran [Mon, 1 May 2017 20:59:15 +0000 (13:59 -0700)]
Fix UpdateDependencies using VersionTools

Commit migrated from https://github.com/dotnet/core-setup/commit/feda6782a72f028a1b3568741374e560dc9a53f5

7 years agoMerge pull request dotnet/core-setup#2244 from ericstj/crossGenNupkg
Eric StJohn [Tue, 2 May 2017 18:03:43 +0000 (11:03 -0700)]
Merge pull request dotnet/core-setup#2244 from ericstj/crossGenNupkg

CrossGen Microsoft.NETCore.App nuget packages

Commit migrated from https://github.com/dotnet/core-setup/commit/ec48014698a79f44f1cd5bedb1ce2702da5dc24c

7 years agoFix crossgen path separator and add opt-out
Eric St. John [Tue, 2 May 2017 00:19:03 +0000 (17:19 -0700)]
Fix crossgen path separator and add opt-out

Commit migrated from https://github.com/dotnet/core-setup/commit/6f421a16f704d91c4e909fafacd21ad17a8c48ff

7 years agoFix ordering
Christopher Costa [Tue, 2 May 2017 16:33:52 +0000 (09:33 -0700)]
Fix ordering

Commit migrated from https://github.com/dotnet/core-setup/commit/fca98438287bccae727b6bdc19f7363dc7fcc6fc

7 years agoMerge pull request dotnet/core-setup#2242 from eerhardt/RenameCompressionRoot
Eric Erhardt [Tue, 2 May 2017 14:58:06 +0000 (09:58 -0500)]
Merge pull request dotnet/core-setup#2242 from eerhardt/RenameCompressionRoot

Rename CompressionRoot to PackagingRoot.

Commit migrated from https://github.com/dotnet/core-setup/commit/c9154ce462025e2300ec2a685ace08a8b698df34

7 years agoRemove workaround for DistroRID
Eric St. John [Tue, 2 May 2017 00:18:39 +0000 (17:18 -0700)]
Remove workaround for DistroRID

Commit migrated from https://github.com/dotnet/core-setup/commit/a67b5aa3855888ed599797ed23e64f253a90a81a

7 years agoMove sharedFramework out of managed dir
Eric St. John [Mon, 1 May 2017 21:42:34 +0000 (14:42 -0700)]
Move sharedFramework out of managed dir

Commit migrated from https://github.com/dotnet/core-setup/commit/da5f130a1bf103655ec9794389dcaa142f73d113

7 years agoremove api_sets related pal api
Rama Krishnan Raghupathy [Tue, 2 May 2017 00:18:17 +0000 (17:18 -0700)]
remove api_sets related pal api

Commit migrated from https://github.com/dotnet/core-setup/commit/9fdbae2bbb22762ebf4d97c705a5c0e1ca95394a

7 years agoUpdate readme.md links, and fix casing in build finalization
Christopher Costa [Tue, 2 May 2017 01:47:18 +0000 (18:47 -0700)]
Update readme.md links, and fix casing in build finalization

Commit migrated from https://github.com/dotnet/core-setup/commit/e2876222982f409678ebbf53041557eff092c9a5

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into readme-update
Christopher Costa [Tue, 2 May 2017 01:34:58 +0000 (18:34 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into readme-update

Commit migrated from https://github.com/dotnet/core-setup/commit/0252a873196eac2e9fc295a77e964b3d60a8a466

7 years agoUse dotnet nuget to push to myget feed (dotnet/core-setup#2248)
chcosta [Tue, 2 May 2017 00:58:38 +0000 (17:58 -0700)]
Use dotnet nuget to push to myget feed (dotnet/core-setup#2248)

* Use dotnet nuget to push to myget feed

* remove nugettoolpath

* Set buildnumberminor to 9 instead of 0

* Fix comment

* Remove comment

Commit migrated from https://github.com/dotnet/core-setup/commit/282c8d3e278b675410e249eda17a5fade5e9e391

7 years agoSplit managed build and sharedFramework publish
Eric St. John [Mon, 1 May 2017 21:36:02 +0000 (14:36 -0700)]
Split managed build and sharedFramework publish

Previously the managed build and shared frameworkPublishing were
happening as part of the same phase.

Split this up so that managed assemblies can be built in parallel with
other binaries and signed at the same time.

Commit migrated from https://github.com/dotnet/core-setup/commit/5faff9aa8cbd925c68123f5e3210892108c11d36

7 years agoSign crossgen output from binary phase
Eric St. John [Mon, 1 May 2017 21:24:55 +0000 (14:24 -0700)]
Sign crossgen output from binary phase

We're now producing cross-gened binaries during the binary build phase.

Make sure to sign these as part of that phase before packaging.

Since the packaged files are now already crossgened and signed we no
longer need to resign them during shared framework publishing.

Commit migrated from https://github.com/dotnet/core-setup/commit/232c08eb868a80f836e2e3ec17b1b111271df83b

7 years agoRemove cross-gen phase from sharedFramework build
Eric St. John [Mon, 1 May 2017 21:12:23 +0000 (14:12 -0700)]
Remove cross-gen phase from sharedFramework build

This is now part of source build.

Commit migrated from https://github.com/dotnet/core-setup/commit/72d9319463d6659e4b92d20e27e746cf612e17a2

7 years agoMove crossgen into src build phase
Eric St. John [Mon, 1 May 2017 20:40:52 +0000 (13:40 -0700)]
Move crossgen into src build phase

This adds a src.builds phase to the repo which builds binaries that will
later be signed.  In this phase are currently host binaries and cross-
gen'ed shared framework binaries.

A future commit will move managed binaries into this phase.

Commit migrated from https://github.com/dotnet/core-setup/commit/3d8498ab4d81eb01461cc192983a6d550c0235e4

7 years agoRun crossgen during build of Core.App depproj
Eric St. John [Thu, 6 Apr 2017 00:05:07 +0000 (17:05 -0700)]
Run crossgen during build of Core.App depproj

Commit migrated from https://github.com/dotnet/core-setup/commit/1032303f331c96c92882c3f11615ad3583b0f11d

7 years agoChange publishrid list for current active build legs (dotnet/core-setup#2236)
chcosta [Mon, 1 May 2017 21:56:01 +0000 (14:56 -0700)]
Change publishrid list for current active build legs (dotnet/core-setup#2236)

* Change publishrid list for current active build legs

* Remove portable moniker

Commit migrated from https://github.com/dotnet/core-setup/commit/d75b6561984a1e328d60170f45d65f6025bf3834

7 years agoFix symbols tarballs, add portable moniker to tar / zips (dotnet/core-setup#2229)
chcosta [Mon, 1 May 2017 21:54:10 +0000 (14:54 -0700)]
Fix symbols tarballs, add portable moniker to tar / zips (dotnet/core-setup#2229)

* Fix symbols tarballs, add portable moniker to tar / zips

* Remove portable moniker

Commit migrated from https://github.com/dotnet/core-setup/commit/8030cdcdd47fb8db834fca10de3f9f5bfd63a6ac

7 years agoRename CompressionRoot to PackagingRoot.
Eric Erhardt [Mon, 1 May 2017 20:49:58 +0000 (15:49 -0500)]
Rename CompressionRoot to PackagingRoot.

Commit migrated from https://github.com/dotnet/core-setup/commit/3c77c61fbdfd4334e92900170212e4ffe744508a

7 years agoMerge pull request dotnet/core-setup#2240 from eerhardt/FixOsxInstaller
Eric Erhardt [Mon, 1 May 2017 20:22:45 +0000 (15:22 -0500)]
Merge pull request dotnet/core-setup#2240 from eerhardt/FixOsxInstaller

Fix OSX installer output directories.

Commit migrated from https://github.com/dotnet/core-setup/commit/7b89d81e7e0b4ebe142f0c6179fb6dde7c35ca27

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into engine
Christopher Costa [Mon, 1 May 2017 20:06:21 +0000 (13:06 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into engine

Commit migrated from https://github.com/dotnet/core-setup/commit/6c6978960e732857364f7475aea8759a8f8e2432

7 years agoFix OSX installer output directories.
Eric Erhardt [Mon, 1 May 2017 19:27:22 +0000 (14:27 -0500)]
Fix OSX installer output directories.

Currently, the installers are not getting copied to the correct spot.

Commit migrated from https://github.com/dotnet/core-setup/commit/ee1efa83a53617ee936b88c4461d2691f6f1da59

7 years agoMerge pull request dotnet/core-setup#2239 from eerhardt/DeleteDeadCode
Eric Erhardt [Mon, 1 May 2017 18:15:54 +0000 (13:15 -0500)]
Merge pull request dotnet/core-setup#2239 from eerhardt/DeleteDeadCode

Remove NugetRestoreCommand, since it is not used in core-setup.

Commit migrated from https://github.com/dotnet/core-setup/commit/8383612e387719d7ad93378fba7399183f62941a

7 years agoRemove NugetRestoreCommand, since it is not used in core-setup.
Eric Erhardt [Mon, 1 May 2017 17:40:07 +0000 (12:40 -0500)]
Remove NugetRestoreCommand, since it is not used in core-setup.

Commit migrated from https://github.com/dotnet/core-setup/commit/ed2339edb2fe971da7ecd3d947e1ef5f73a58eae

7 years agoReimplement only publish identity packages from a single build leg (dotnet/core-setup...
chcosta [Mon, 1 May 2017 17:13:38 +0000 (10:13 -0700)]
Reimplement only publish identity packages from a single build leg (dotnet/core-setup#2234)

* Reimplement only publish identity packages from a single build leg

* Fix build platform manifest in official build

Commit migrated from https://github.com/dotnet/core-setup/commit/158e0a50f1f03242ae764af49e1a787a0cf45712

7 years agoUpdated the cli code to reflect the new interface of coreclr. (dotnet/core-setup...
Jim Ma [Mon, 1 May 2017 15:11:18 +0000 (03:11 +1200)]
Updated the cli code to reflect the new interface of coreclr. (dotnet/core-setup#2150)

* Updated the cli code to reflect the new interface of coreclr.

Added a new parameter `latchedExitCode` to `coreclr_shutdown_fn`. Updated
references accordingly.

Fix dotnet/core-setup#2050

* Fixed syntax error of latchedExitCode

Fix dotnet/core-setup#2050

Commit migrated from https://github.com/dotnet/core-setup/commit/34a266549d26f87b633035ea7239152835ecdeed

7 years agoExtract engine bundle, sign, reattach; also do vsts agent cleanup
Christopher Costa [Sun, 30 Apr 2017 02:06:58 +0000 (19:06 -0700)]
Extract engine bundle, sign, reattach; also do vsts agent cleanup

Commit migrated from https://github.com/dotnet/core-setup/commit/8988856fd75c4c3b8e03aa0b207705b287391899

7 years agoMerge pull request dotnet/core-setup#2227 from eerhardt/DebTool20
Eric Erhardt [Sat, 29 Apr 2017 00:28:42 +0000 (19:28 -0500)]
Merge pull request dotnet/core-setup#2227 from eerhardt/DebTool20

Convert dotnet-deb-tool to use csproj and netcoreapp2.0.

Commit migrated from https://github.com/dotnet/core-setup/commit/3f7cdb301e5560f6289a4bb2c79f2605963113f5

7 years agoEnabel CFG for hostfxr and hostpolicy (dotnet/core-setup#2226)
Gaurav Khanna [Sat, 29 Apr 2017 00:13:58 +0000 (17:13 -0700)]
Enabel CFG for hostfxr and hostpolicy (dotnet/core-setup#2226)

Commit migrated from https://github.com/dotnet/core-setup/commit/6c99e7e0281ee34e555d1423bab570376456ba34

7 years agoConvert dotnet-deb-tool to use csproj and netcoreapp2.0.
Eric Erhardt [Fri, 28 Apr 2017 23:02:55 +0000 (18:02 -0500)]
Convert dotnet-deb-tool to use csproj and netcoreapp2.0.

Since this is the first .NET Core SDK .csproj being used, we need to install a new version of the CLI that supports MSBuild.  These two CLI versions will live side-by-side until the whole repo is off project.json.

I also fixed a few dotnet-deb-tool issues.

Commit migrated from https://github.com/dotnet/core-setup/commit/7992a6f344f2c2e4b5a25853e9f8d8c34e1a242c

7 years agoFix symbols path for creating symbols tarball
Christopher Costa [Fri, 28 Apr 2017 20:54:33 +0000 (13:54 -0700)]
Fix symbols path for creating symbols tarball

Commit migrated from https://github.com/dotnet/core-setup/commit/b8c3cb9d2a63c87b9cf80587d359e7367a734fa4

7 years agoproduce symbols packages / zips / tarballs, and publish to azure
Christopher Costa [Fri, 28 Apr 2017 20:40:10 +0000 (13:40 -0700)]
produce symbols packages / zips / tarballs, and publish to azure

Commit migrated from https://github.com/dotnet/core-setup/commit/44ae86c34f23ebd8c0cd0a4dc08be9ee173f7e9f

7 years agoDon't explicitly specify targetrid, prevents portablerid override
Christopher Costa [Fri, 28 Apr 2017 17:55:36 +0000 (10:55 -0700)]
Don't explicitly specify targetrid, prevents portablerid override

Commit migrated from https://github.com/dotnet/core-setup/commit/571fdf07301ed6367890fac3812cd87c0998c8d3

7 years agopass osgroup to publish step
Christopher Costa [Fri, 28 Apr 2017 17:15:46 +0000 (10:15 -0700)]
pass osgroup to publish step

Commit migrated from https://github.com/dotnet/core-setup/commit/411ed032d5e10d59fd6eb7b7d26c4c24b8764954

7 years agoportable build changes
Christopher Costa [Fri, 28 Apr 2017 16:41:18 +0000 (09:41 -0700)]
portable build changes

Commit migrated from https://github.com/dotnet/core-setup/commit/be032d1945efed035daec8b88fa279f07e94cfd5

7 years agoFix robocopy purge
Christopher Costa [Thu, 27 Apr 2017 23:38:32 +0000 (16:38 -0700)]
Fix robocopy purge

Commit migrated from https://github.com/dotnet/core-setup/commit/7ba75503df93fcecb31365ca3a2f9a48864b4304

7 years agoRemove attach break
Christopher Costa [Thu, 27 Apr 2017 23:32:50 +0000 (16:32 -0700)]
Remove attach break

Commit migrated from https://github.com/dotnet/core-setup/commit/fc6866648211d5344005acd61218076764e4b998

7 years agoFix msbuild versions, fix cleanup script
Christopher Costa [Thu, 27 Apr 2017 23:08:47 +0000 (16:08 -0700)]
Fix msbuild versions, fix cleanup script

Commit migrated from https://github.com/dotnet/core-setup/commit/b65008ed8af8a2bc3c680311926959940a84ad3b

7 years agoMove filtering into the rest api call
Christopher Costa [Thu, 27 Apr 2017 22:30:11 +0000 (15:30 -0700)]
Move filtering into the rest api call

Commit migrated from https://github.com/dotnet/core-setup/commit/3a752354a2a4d25d5678ce62634374b78afef9cc

7 years agoRemove arm builds from official builds
Christopher Costa [Thu, 27 Apr 2017 21:16:28 +0000 (14:16 -0700)]
Remove arm builds from official builds

Commit migrated from https://github.com/dotnet/core-setup/commit/3bc2694a81d2ba931f473e84854c8ca216fac542

7 years agoChange default container name to dotnet
Christopher Costa [Thu, 27 Apr 2017 20:46:58 +0000 (13:46 -0700)]
Change default container name to dotnet

Commit migrated from https://github.com/dotnet/core-setup/commit/2f85b908f1a83a619ef679836b765c8143dc601a

7 years agoUse robocopy to purge long names in both windows build definitions
Christopher Costa [Thu, 27 Apr 2017 20:32:26 +0000 (13:32 -0700)]
Use robocopy to purge long names in both windows build definitions

Commit migrated from https://github.com/dotnet/core-setup/commit/7d3a1069d93827e7aa33cdbed68bc2e7f59a820e

7 years agoUse robocopy to purge long path names
Christopher Costa [Thu, 27 Apr 2017 20:23:33 +0000 (13:23 -0700)]
Use robocopy to purge long path names

Commit migrated from https://github.com/dotnet/core-setup/commit/984bca060ed8506de9d8b61acb7727f62c9c9062

7 years agoMerge branch 'master' of https://github.com/dotnet/core-setup into delete_long_filenames
Christopher Costa [Thu, 27 Apr 2017 20:15:46 +0000 (13:15 -0700)]
Merge branch 'master' of https://github.com/dotnet/core-setup into delete_long_filenames

Commit migrated from https://github.com/dotnet/core-setup/commit/473d2515331d35a6e20e21d3b5cd5f982d8a4f84

7 years agotry to delete long filenames during cleanup (dotnet/core-setup#2212)
chcosta [Thu, 27 Apr 2017 19:22:51 +0000 (12:22 -0700)]
try to delete long filenames during cleanup (dotnet/core-setup#2212)

Commit migrated from https://github.com/dotnet/core-setup/commit/027c5a73a046e38fabdf6db53fa56e8262e0ef57

7 years agotry to delete long filenames during cleanup
Christopher Costa [Thu, 27 Apr 2017 19:21:26 +0000 (12:21 -0700)]
try to delete long filenames during cleanup

Commit migrated from https://github.com/dotnet/core-setup/commit/69be3886f976d624d3c968535f5e37b0f98e7560

7 years agoFix bad merge (dotnet/core-setup#2211)
chcosta [Thu, 27 Apr 2017 17:33:07 +0000 (10:33 -0700)]
Fix bad merge (dotnet/core-setup#2211)

Commit migrated from https://github.com/dotnet/core-setup/commit/bb86f19f12cf6f8e9b6734a375ae82f828b1aebf

7 years agoCi validate (dotnet/core-setup#2203)
chcosta [Thu, 27 Apr 2017 01:11:23 +0000 (18:11 -0700)]
Ci validate (dotnet/core-setup#2203)

* Validate CI

* Undo temporary netci.groovy changes used for validation

Commit migrated from https://github.com/dotnet/core-setup/commit/a2ad2fa31fbbb08c857666b674164cad9c1f5ab0

7 years agoCore-Setup on Buildtools (dotnet/core-setup#2187)
chcosta [Thu, 27 Apr 2017 01:03:34 +0000 (18:03 -0700)]
Core-Setup on Buildtools (dotnet/core-setup#2187)

* update .gitignore

* Add bootstrap for buildtools and run tool

* Add dev workflow commands clean/sync for Windows

* Update supported target rids and target archs

* Compile corehost via run.exe

* Add main build.proj

* Update config.json

* Enable PkgPackage prject using buildtools

* Fix path to version.txt

* Add dir.proj for src

* Move custom tasks to root leve

* build custom tasks

* build corehost using build.cmd

* Build src packages using build.cmd

* Add custom build option to run.exe config

* Add custom task - GetBuildableFramework

* add props header

* improve BuildProjectsForNuGetPackages

* Move deps clean to its own task

* Fix lockfile publishing

* Fix ExeSuffix prop

* Fix runtime Graph generation prop

* Enable tests through run.exe

* Enable packaging for win and mac

* custom tasks sln

* start fixing tests

* Fix test paths

* firx custom task

* Generate Svg badge from msbuild

* Move GenerateMsiVersion to its own custom task

* Generate stable Guids using custom task

* Make run.sh executable

* Add clean and sync scripts for *nix

* Fixes for unix

* Enable packaging for OSX

* Generate debs part 1

* Import deb packaging targets

* Fix osx packaging

* Fix typo

* Fix RuntimeGraph. removing lower casing

* Packages debs part 2

* Minor fixes for GenerateDebs

* Complete Generate Debs

* Update versions

* Add flag to control generating deb pkgs

* Pack dotnet-deb-tool

* First version for build.sh

* Update packaging

* Add packaging to full build

* Update dependencies

* move custom tasks under build/tasks

* P.R. comments part 1

* Add ReplaceFileContents task

* Use ReplaceFileContents task

* Update .gitignore

* Fix template for shared framework

* PR feedback

* move sign.proj to root

* Update sign.proj

* Update version

* Add missing file

* Fixing the --fallbacksource to be correct.

* Fix pkg build

* Add missing Msi ugrade code and fix namesfor existing

* Moving folders

* Refactor and update versioning

* publish finalizing

* publish finalization

* Intermediate change, fixing build after merge

* Merge fixes

* Enable partial testing build, and bringing back publishing which was lost

* Publishing

* Enable hostactivationtests

* actually add publishing targets

* update gitignore

* make Bin and Packages capitalized because they're external

* update readme.md with dnvm urls

* msi version change, test fixes

* Enable publish to nuget during publishing

* Add build.sh change

* Enable tests

* Add test failure summary

* Update microsoft.netcore.app platform version testing against

* Delete xml file which shouldn't be added

* Testing changes

* Test fixes

* Minor cleanup, auto-derive test target rid if it's not specified

* Cleanup before test run to prevent failures caused after successive reruns

* Remove versions junction which breaks testing since it picks the wrong
version

* Enable linux build

* Fix linux compression, avoid "file chaned as we read it" error

* Fix linux test builds

* Test changes for Linux

* Minor fixes for Windows

* Change nuget feed for validation

* use buildtools repo

* separate run into run and init

* Use corefx style docker builds

* Use build.sourcesdirectory

* chmod +x init.sh

* add pb_gitdirectory variable

* Use inittools instead of bootstrap

* Chmod +x init-tools.sh

* Update crossgen to be +x

* Fix casing looking for platforms package

* Fix buildtoolstaskdir

* set default localbuildtoolstaskdir

* set nuget_packages when running dotnet build for src/managed projects

* set absolute path for items

* Add missing docker-as-current-user.sh script

* chmod+x the docker run scripts

* print command for debugging

* remove uneccessary debugging echo

* print debugging message

* chmod+x init-tools.sh

* Add debugging messages

* fix typo

* Fix casing

* chmod+x boostrap.sh

* Update bootstrap script

* display debug message

* Fix typo

* temporarily add dotnet-install.sh script

* Relax min req for dotnet-obtain

* relax reqs in bootstrap

* make copy verbose to debug

* Fix typo

* add -p to mkdir in bootstrap

* Add another -p to mkdir in bootstrap

* try to fix exit code check

* bootstrap verbose

* Use wget as a fallback for distros without curl

* misc fixes

* make crossgen optional based on existence of script

* Add nuget default timeout

* Add default containername

* Remove verbose option from bootstrap call

* only publish corehost packages if finalization has completed

* Check in updated linux build def

* update docker tags

* pass distrorid for publishing

* Fix definition name

* Generate version assets

* buildpipeline changes, enabling windows

* Add target to build traversal build dependencies

* Add tools-override copy to init-tools

* Change roslyn version

* Fix building traversal build dependencies logic

* Create the version info file

* Add hook to opt out of including all runtime packages for testing purposes

* absolute paths to prevent build break when building a sub project from a
different working directory

* copy custom task dependency to local task directory

* Add platformabstractions to custom-task dependencies

* try adding back temp folder

* dotnet restore for tests requires nugetfallbackfolder be present

* set test rid with targetarchitecture

* Add windows builds

* hack the osx distrorid

* use packagetargetrid for sharedframework project

* Publish packagetargetrid

* Remove osx.10.12 from packagetargetrid change list

* Remove hack, not needed now that packagetargetrid is fixed

* Add osx

* misc build changes

* rename compression -> packaging, and some portable build changes

* misc merge changes

* Update dependency versions

* Enable portable linux build

* update to netci.groovy

* Remove -targets qualifier from netci.groovy

* run parses parameter/values with = separator

* set unrestricted execution policy when calling powershell

* move wix toolset extraction into msbuild so we don't have a dependency on
powershell v5.0+

* print slightly more debug info

* switch path separator char

* Custom zipfileextracttodirectory task

* Add references for compression task

* Don't delete destination directory

* remove branched zip extraction task

* tweak the groovy file to make testing easier

* change disable to disabled

* Change ci platform build list

* load sln's even if buildtools isn't restored

* Allow loading sln's even if buildtools not restored

* hack osx rid

* Fix typo

Commit migrated from https://github.com/dotnet/core-setup/commit/6887ab556bc8302390782711dcdd75b75e769cf5

7 years agoMerge pull request dotnet/core-setup#2178 from ramarag/fix_app_base
Rama krishnan Raghupathy [Wed, 26 Apr 2017 22:21:33 +0000 (15:21 -0700)]
Merge pull request dotnet/core-setup#2178 from ramarag/fix_app_base

remove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY

Commit migrated from https://github.com/dotnet/core-setup/commit/1a195046fd92bd73d993d804bea2f4506c2b56f1

7 years agoremove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY
Rama Krishnan Raghupathy [Tue, 25 Apr 2017 23:21:24 +0000 (16:21 -0700)]
remove trailing DIR_SEPARATOR from APP_CONTEXT_BASE_DIRECTORY

Commit migrated from https://github.com/dotnet/core-setup/commit/8ef546301462dea5a369e0836a2f2f05e225c8ce

7 years agoMerge pull request dotnet/core-setup#2185 from ericstj/excludeExternalBuildRIDs
Eric StJohn [Wed, 26 Apr 2017 16:26:34 +0000 (09:26 -0700)]
Merge pull request dotnet/core-setup#2185 from ericstj/excludeExternalBuildRIDs

Exclude debian and tizen from platform manifest

Commit migrated from https://github.com/dotnet/core-setup/commit/cb20622f7a19b0ac8e395227f5d7a8245b95a242

7 years agoMerge pull request dotnet/core-setup#2183 from dotnet-bot/master-UpdateDependencies
Eric Erhardt [Wed, 26 Apr 2017 16:17:17 +0000 (11:17 -0500)]
Merge pull request dotnet/core-setup#2183 from dotnet-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard to preview2-25226-02, preview2-25226-02, preview2-25226-01, respectively (master)

Commit migrated from https://github.com/dotnet/core-setup/commit/fa51b14e2aefc07182abf709808a69b8355f615e