platform/upstream/dotnet/runtime.git
7 years agoMerge pull request dotnet/core-setup#2498 from eerhardt/Fix2496
Eric Erhardt [Wed, 24 May 2017 14:54:21 +0000 (09:54 -0500)]
Merge pull request dotnet/core-setup#2498 from eerhardt/Fix2496

AppBaseCompilationAssemblyResolver shouldn't throw.

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

7 years agoFix Debian package build (dotnet/core-setup#2493)
rakeshsinghranchi [Wed, 24 May 2017 01:57:42 +0000 (18:57 -0700)]
Fix Debian package build (dotnet/core-setup#2493)

* Fix Debian package build

- {shlibs:Depends} will pick up the correct packages for anything we link
  against so we don't need to include libssl and libcurl in the json config
  files.
- Add an explicit dependency on ICU (the runtime no longer links against it
  directly so dh_shlibdeps wasn't picking it up).

* Adding back libssl1.0.0 dependency.

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

7 years agoFix OSX CI leg (dotnet/core-setup#2499)
Gaurav Khanna [Wed, 24 May 2017 00:35:03 +0000 (17:35 -0700)]
Fix OSX CI leg (dotnet/core-setup#2499)

* Fix OSX CI leg

* Remove unrequired PortableBuild specification

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

7 years agoAppBaseCompilationAssemblyResolver shouldn't throw.
Eric Erhardt [Tue, 23 May 2017 23:30:15 +0000 (18:30 -0500)]
AppBaseCompilationAssemblyResolver shouldn't throw.

There are scenarios where a compilation assembly should be resolved from places outside of the appbase folder in a published app.  We shouldn't throw early and let the other resolvers do their job.

Fix dotnet/core-setup#2496

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

7 years agoMake builds portable by default (dotnet/core-setup#2492)
Gaurav Khanna [Tue, 23 May 2017 23:18:20 +0000 (16:18 -0700)]
Make builds portable by default (dotnet/core-setup#2492)

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

7 years agoMerge pull request dotnet/core-setup#2481 from ramarag/roll_fwd_across_hive
Rama krishnan Raghupathy [Tue, 23 May 2017 22:46:40 +0000 (15:46 -0700)]
Merge pull request dotnet/core-setup#2481 from ramarag/roll_fwd_across_hive

Roll fwd across hive

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

7 years agoSign ARM binaries in pipeline (dotnet/core-setup#2477)
William Godbe [Tue, 23 May 2017 22:03:20 +0000 (15:03 -0700)]
Sign ARM binaries in pipeline (dotnet/core-setup#2477)

* Sign ARM binaries in pipeline

* Sign msi before bundling

* Remove spaces

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

7 years agoDisabling global Shared FX lookup tests on windows
Rama Krishnan Raghupathy [Tue, 23 May 2017 18:52:20 +0000 (11:52 -0700)]
Disabling global Shared FX lookup tests on windows

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

7 years agoModifying test for multilevel FX lookup
Rama Krishnan Raghupathy [Fri, 19 May 2017 22:53:37 +0000 (15:53 -0700)]
Modifying test for multilevel FX lookup
- Remove user profile testing
- add test for multiple global locations for non windows

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

7 years agoroll forward across hive
Rama Krishnan Raghupathy [Fri, 19 May 2017 00:30:42 +0000 (17:30 -0700)]
roll forward across hive

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

7 years agoMerge pull request dotnet/core-setup#2495 from karajas/removeCentos
Karthik Rajasekaran [Tue, 23 May 2017 21:36:16 +0000 (14:36 -0700)]
Merge pull request dotnet/core-setup#2495 from karajas/removeCentos

Remove centos from PublishRids

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

7 years agoRemove centos from PublishRids
Karthik Rajasekaran [Tue, 23 May 2017 21:25:20 +0000 (14:25 -0700)]
Remove centos from PublishRids

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

7 years agoUpdate installer and archive names per new guidelines ( master/2.1.0) (dotnet/core...
rakeshsinghranchi [Tue, 23 May 2017 21:00:46 +0000 (14:00 -0700)]
Update installer and archive names per new guidelines ( master/2.1.0)  (dotnet/core-setup#2488)

* format installer and archive file name per new guidelines

* Update installer and archive name per new naming convention.

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

7 years agoMerge pull request dotnet/core-setup#2494 from karajas/dedupPublish
Wes Haggard [Tue, 23 May 2017 19:59:45 +0000 (12:59 -0700)]
Merge pull request dotnet/core-setup#2494 from karajas/dedupPublish

Ensure Duplicate items aren't present during publish

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

7 years agoEnsure Duplicate items aren't present during publish
karajas [Tue, 23 May 2017 18:57:41 +0000 (11:57 -0700)]
Ensure Duplicate items aren't present during publish

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

7 years agoUpdate CoreClr, Standard, WCF to preview1-25323-01, preview1-25323-01, preview1-25323...
dotnet bot [Tue, 23 May 2017 17:43:45 +0000 (10:43 -0700)]
Update CoreClr, Standard, WCF to preview1-25323-01, preview1-25323-01, preview1-25323-01, respectively (dotnet/core-setup#2486)

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

7 years agoMerge pull request dotnet/core-setup#2489 from karajas/debCasing
Karthik Rajasekaran [Tue, 23 May 2017 16:54:32 +0000 (09:54 -0700)]
Merge pull request dotnet/core-setup#2489 from karajas/debCasing

Fix casing of package name in generated deb json

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

7 years agoFix casing of package name in generated deb json
Karthik Rajasekaran [Tue, 23 May 2017 16:53:06 +0000 (09:53 -0700)]
Fix casing of package name in generated deb json

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

7 years agoMerge pull request dotnet/core-setup#2482 from dotnet-bot/master-UpdateDependencies
Wes Haggard [Tue, 23 May 2017 05:25:48 +0000 (22:25 -0700)]
Merge pull request dotnet/core-setup#2482 from dotnet-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-25322-03, preview1-25323-02, respectively (master)

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

7 years agoUpdate CoreClr, CoreFx to preview1-25322-03, preview1-25323-02, respectively
dotnet-bot [Tue, 23 May 2017 04:22:47 +0000 (21:22 -0700)]
Update CoreClr, CoreFx to preview1-25322-03, preview1-25323-02, respectively

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

7 years agoIssue dotnet/core-setup#2214: Generate RPM packages for Runtime Portable Linux binari...
Vivek Mishra [Tue, 23 May 2017 03:13:36 +0000 (20:13 -0700)]
Issue dotnet/core-setup#2214: Generate RPM packages for Runtime Portable Linux binaries (2.1) (dotnet/core-setup#2462)

* Changes for RPM packaging

Fix restoring to the tool with SdkRestoreCommand

Fix restoring to the tool with SdkRestoreCommand

RPM related changes

    pick 065f312 Fix restoring to the tool with SdkRestoreCommand
    pick b2a3711 RPM related changes
    pick 74edd45 RPM changes
    pick 94a4739 Fixed dir.props

RPM changes 2

Fixed dir.props

Changes for RPM build

RPM Change 2

RPM

Fixes

Fixed MS Build Task and targets

Updated Task

Task File renamed

Task updated

Task updated2

Edits for RPM packages

Edits for RPM packages

Edits for RPM packaging

Fixed dir props and json typos

Fixed bugs for build break

Fixed bugs for RpmIntermediatesDir

Temporarily removing the changelog

Temp: FPM parameters change

Temp: FPM cmd change

Temp: FPM cmd change

Fixed bugs

Fixed bugs

Fixed bugs for Templates for HFR and SF

Test URL bug

Add back URL

Remove URL

Updated dependencies for Shared FX

Updated Readme

Update Package name parameter

Fixed the copyright path for FXR and SF

Updated Core-Setup-Linux-BT.json with new build steps

Added directories option for FXR and SF

Added directories option for FXR and SF

Fix official builds to work with crossgen -CreatePDB by using run.cmd to build.  This ensures a VS Developer command prompt is initialized before the build.

Directories related changes

Fixed the doc path

Removed explicit removal of host dirs and man file

Fixed doc path

Fixed FXR doc path bug

Fixed typos and fixed URL

Cleanup of the new task

Clean up of task code

Cleanup of Task

Fixed dir typo

* Changes for RPM packaging

Fix restoring to the tool with SdkRestoreCommand

Fix restoring to the tool with SdkRestoreCommand

RPM related changes

    pick 065f312 Fix restoring to the tool with SdkRestoreCommand
    pick b2a3711 RPM related changes
    pick 74edd45 RPM changes
    pick 94a4739 Fixed dir.props

RPM changes 2

Fixed dir.props

Changes for RPM build

RPM Change 2

RPM

Fixes

Fixed MS Build Task and targets

Updated Task

Task File renamed

Task updated

Task updated2

Edits for RPM packages

Edits for RPM packages

Edits for RPM packaging

Fixed dir props and json typos

Fixed bugs for build break

Fixed bugs for RpmIntermediatesDir

Temporarily removing the changelog

Temp: FPM parameters change

Temp: FPM cmd change

Temp: FPM cmd change

Fixed bugs

Fixed bugs

Fixed bugs for Templates for HFR and SF

Test URL bug

Add back URL

Remove URL

Updated dependencies for Shared FX

Updated Readme

Update Package name parameter

Fixed the copyright path for FXR and SF

Updated Core-Setup-Linux-BT.json with new build steps

Added directories option for FXR and SF

Added directories option for FXR and SF

Fix official builds to work with crossgen -CreatePDB by using run.cmd to build.  This ensures a VS Developer command prompt is initialized before the build.

Directories related changes

Fixed the doc path

Removed explicit removal of host dirs and man file

Fixed doc path

Fixed FXR doc path bug

Fixed typos and fixed URL

Cleanup of the new task

Clean up of task code

Cleanup of Task

Fixed dir typo

* Removed stale ChangelogSourceFilePath

* Minor comment fixed in script

* Added libssl and libcurl dependencies for SF

* Update openssl and libcurl package names

* Fixes for feedback comments 1

* removed rebase inserts

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

7 years agoMerge pull request dotnet/core-setup#2478 from karajas/fixREADME
Karthik Rajasekaran [Mon, 22 May 2017 21:42:57 +0000 (14:42 -0700)]
Merge pull request dotnet/core-setup#2478 from karajas/fixREADME

Update checksum links

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

7 years agoMerge pull request dotnet/core-setup#2474 from karajas/fixDebUrlLocation
Karthik Rajasekaran [Mon, 22 May 2017 21:42:48 +0000 (14:42 -0700)]
Merge pull request dotnet/core-setup#2474 from karajas/fixDebUrlLocation

Pick up debian packages from new format

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

7 years agoPick up debian packages from new format
Karthik Rajasekaran [Mon, 22 May 2017 21:29:33 +0000 (14:29 -0700)]
Pick up debian packages from new format

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

7 years agoMerge pull request dotnet/core-setup#2472 from karajas/checksumPublish
Karthik Rajasekaran [Mon, 22 May 2017 18:14:25 +0000 (11:14 -0700)]
Merge pull request dotnet/core-setup#2472 from karajas/checksumPublish

Fix checksum values in publish step

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

7 years agoFix checksum values in publish step
Karthik Rajasekaran [Mon, 22 May 2017 18:09:09 +0000 (11:09 -0700)]
Fix checksum values in publish step

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

7 years agoMerge pull request dotnet/core-setup#2458 from karajas/fixREADME
Karthik Rajasekaran [Mon, 22 May 2017 17:58:18 +0000 (10:58 -0700)]
Merge pull request dotnet/core-setup#2458 from karajas/fixREADME

Update README to include 2.0.0 links

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

7 years agoMerge pull request dotnet/core-setup#2456 from karajas/checksumReadme
Karthik Rajasekaran [Mon, 22 May 2017 17:56:29 +0000 (10:56 -0700)]
Merge pull request dotnet/core-setup#2456 from karajas/checksumReadme

Finalize checksums

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

7 years agoMerge pull request dotnet/core-setup#2454 from dotnet-bot/master-UpdateDependencies
Wes Haggard [Mon, 22 May 2017 16:18:52 +0000 (09:18 -0700)]
Merge pull request dotnet/core-setup#2454 from dotnet-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview1-25321-03, preview1-25322-02, preview1-25322-01, preview1-25322-01, respectively (master)

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

7 years agoUpdate CoreClr, CoreFx, Standard, WCF to preview1-25321-03, preview1-25322-02, previe...
dotnet-bot [Mon, 22 May 2017 13:25:45 +0000 (06:25 -0700)]
Update CoreClr, CoreFx, Standard, WCF to preview1-25321-03, preview1-25322-02, preview1-25322-01, preview1-25322-01, respectively

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

7 years agoAdd symbol stripping to ci release x64 unix builds (dotnet/core-setup#2436)
chcosta [Fri, 19 May 2017 22:49:49 +0000 (15:49 -0700)]
Add symbol stripping to ci release x64 unix builds (dotnet/core-setup#2436)

* Add symbol stripping to ci release unix builds

* Exclude armel from symstrip

* Only strip symbols on x64

* switch back to enabling arm builds, they should be strippable

* Enable symstrip for arm

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

7 years agoMerge pull request dotnet/core-setup#2459 from dotnet/eerhardt-patch-1
Wes Haggard [Fri, 19 May 2017 22:29:45 +0000 (15:29 -0700)]
Merge pull request dotnet/core-setup#2459 from dotnet/eerhardt-patch-1

Fix update dotnet/versions repo to update the correct path

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

7 years agoFix Finalization of UniversalWindowsPlatform packages
Karthik Rajasekaran [Fri, 19 May 2017 22:09:07 +0000 (15:09 -0700)]
Fix Finalization of UniversalWindowsPlatform packages

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

7 years agoFix update dotnet/versions repo to update the correct path
Eric Erhardt [Fri, 19 May 2017 22:02:48 +0000 (17:02 -0500)]
Fix update dotnet/versions repo to update the correct path

PB_Branch isn't a variable that flows through pipe-build.  Need to use SourceBranch instead.

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

7 years agoFinalize checksums
Karthik Rajasekaran [Fri, 19 May 2017 20:37:44 +0000 (13:37 -0700)]
Finalize checksums

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

7 years agoMerge pull request dotnet/core-setup#2393 from johnbeisner/SDKlookups
jbeisner [Fri, 19 May 2017 17:07:02 +0000 (10:07 -0700)]
Merge pull request dotnet/core-setup#2393 from johnbeisner/SDKlookups

If user specifies a CLI version in the global.json, honor it

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

7 years agoUpdate Standard, WCF to preview1-25319-01, preview1-25319-01, respectively (dotnet...
dotnet bot [Fri, 19 May 2017 16:08:42 +0000 (09:08 -0700)]
Update Standard, WCF to preview1-25319-01, preview1-25319-01, respectively (dotnet/core-setup#2448)

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

7 years agoChanges per code review...
John Beisner [Fri, 19 May 2017 15:53:37 +0000 (08:53 -0700)]
Changes per code review...

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

7 years agoUpdate CoreFx, WCF to preview2-25319-01, preview2-25317-01, respectively (dotnet...
dotnet bot [Fri, 19 May 2017 03:45:24 +0000 (20:45 -0700)]
Update CoreFx, WCF to preview2-25319-01, preview2-25317-01, respectively (dotnet/core-setup#2440)

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

7 years agoMerge pull request dotnet/core-setup#2431 from eerhardt/AddFragilePDBsAgain
Eric Erhardt [Fri, 19 May 2017 02:55:21 +0000 (21:55 -0500)]
Merge pull request dotnet/core-setup#2431 from eerhardt/AddFragilePDBsAgain

Add fragile pdbs again

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

7 years agoMove Core-Setup to 2.1 Preview1 (dotnet/core-setup#2422)
Gaurav Khanna [Fri, 19 May 2017 02:38:56 +0000 (19:38 -0700)]
Move Core-Setup to 2.1 Preview1 (dotnet/core-setup#2422)

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

7 years agoCreate symbols packages, add serviceable attribute, and update assembly info (dotnet...
chcosta [Thu, 18 May 2017 23:27:13 +0000 (16:27 -0700)]
Create symbols packages, add serviceable attribute, and update assembly info (dotnet/core-setup#2331)

* Include copyright info, serviceable attribute, and produce symbols
packages for Microsoft.Extensions.DependencyModel and
Microsoft.DotNet.PlatformAbstractions

* Align AssemblyFileVersion with VersionPrefix, remove env vars from dotnet
pack

* Add license files

* small tweak to packagepath

* Add package licenseurl and projecturl

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

7 years agoEnabling SDK mutilevel lookup to pick the highest semantical version out of all viabl...
John Beisner [Thu, 18 May 2017 21:21:37 +0000 (14:21 -0700)]
Enabling SDK mutilevel lookup to pick the highest semantical version out of all viable directories in the search stack.

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

7 years agoStrip xplat symbols and repackage (dotnet/core-setup#2430)
chcosta [Thu, 18 May 2017 16:18:54 +0000 (09:18 -0700)]
Strip xplat symbols and repackage (dotnet/core-setup#2430)

* Staging xplay sym stripping

* Symbols are being stripped, need to package them

* Package xplat symbols

* Add _.pdb placeholder

* Strip symbols for apphost and dotnet

* Use tools version of pdb placeholder

* Strip xplat symbols and repackage

* Update official builds

* Add EOF newlines

* Remove debug message

* Move cmakeoutput path properties

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

7 years agoMerge pull request dotnet/core-setup#2429 from karajas/changeDebJson
Karthik Rajasekaran [Thu, 18 May 2017 00:25:28 +0000 (17:25 -0700)]
Merge pull request dotnet/core-setup#2429 from karajas/changeDebJson

Fix package name in json for debian publish

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

7 years agoDo not add MSTestResults in armel builds (dotnet/core-setup#2421)
Jiyoung Giuliana Yun [Thu, 18 May 2017 00:21:45 +0000 (09:21 +0900)]
Do not add MSTestResults in armel builds (dotnet/core-setup#2421)

Fixed Tizen armel Release CI failed issue

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

7 years agoFix official builds to work with crossgen -CreatePDB by using run.cmd to build. ...
Eric Erhardt [Wed, 17 May 2017 22:45:16 +0000 (17:45 -0500)]
Fix official builds to work with crossgen -CreatePDB by using run.cmd to build.  This ensures a VS Developer command prompt is initialized before the build.

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

7 years agoFix package name in json for debian publish
Karthik Rajasekaran [Wed, 17 May 2017 19:39:29 +0000 (12:39 -0700)]
Fix package name in json for debian publish

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

7 years agoFixing the minor code refactoring from ff4abe13
John Beisner [Wed, 17 May 2017 18:30:58 +0000 (11:30 -0700)]
Fixing the minor code refactoring from ff4abe13

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

7 years agoRevert "Revert "Generate crossgen symbols for the shared framework." (dotnet/core...
Eric Erhardt [Wed, 17 May 2017 18:17:49 +0000 (13:17 -0500)]
Revert "Revert "Generate crossgen symbols for the shared framework." (dotnet/core-setup#2418)"

This reverts commit dotnet/core-setup@1af49a2602515077f7e1037be808b42f69d30360.

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

7 years agoMerge pull request dotnet/core-setup#2426 from dotnet/revert-2390-fixDebPublish
Eric Erhardt [Wed, 17 May 2017 15:39:50 +0000 (10:39 -0500)]
Merge pull request dotnet/core-setup#2426 from dotnet/revert-2390-fixDebPublish

Revert "Fix deb package naming"

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

7 years agoMerge pull request dotnet/core-setup#2419 from rakeshsinghranchi/fixreadme
Eric Erhardt [Wed, 17 May 2017 15:29:54 +0000 (10:29 -0500)]
Merge pull request dotnet/core-setup#2419 from rakeshsinghranchi/fixreadme

Fix readme for daily build paths for Ubuntu and Debian.

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

7 years agoRevert "Fix deb package naming"
Eric Erhardt [Wed, 17 May 2017 15:09:38 +0000 (10:09 -0500)]
Revert "Fix deb package naming"

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

7 years agoRevert "Generate crossgen symbols for the shared framework." (dotnet/core-setup#2418)
Eric Erhardt [Tue, 16 May 2017 23:24:53 +0000 (18:24 -0500)]
Revert "Generate crossgen symbols for the shared framework." (dotnet/core-setup#2418)

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

7 years agoAdd Tizen armel CI job (dotnet/core-setup#2402)
Jiyoung Giuliana Yun [Tue, 16 May 2017 23:23:24 +0000 (08:23 +0900)]
Add Tizen armel CI job (dotnet/core-setup#2402)

The tizen runtime pkgs are restored from Tizen dotnet-core feed.
So, add the relevant feed by using OverridePackageSource property.

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

7 years agoMerge pull request dotnet/core-setup#2417 from karajas/fixArmLeg
Karthik Rajasekaran [Tue, 16 May 2017 22:54:21 +0000 (15:54 -0700)]
Merge pull request dotnet/core-setup#2417 from karajas/fixArmLeg

Add missing checksum parameters from arm linux build

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

7 years agoAdd missing checksum parameters from arm linux build
Karthik Rajasekaran [Tue, 16 May 2017 22:48:25 +0000 (15:48 -0700)]
Add missing checksum parameters from arm linux build

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

7 years agoMerge pull request dotnet/core-setup#2400 from ramarag/fix_alt_dir_Sep
Rama krishnan Raghupathy [Tue, 16 May 2017 22:08:09 +0000 (15:08 -0700)]
Merge pull request dotnet/core-setup#2400 from ramarag/fix_alt_dir_Sep

Account for ALT_DIR_SEPARATOR

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

7 years agoMerge pull request dotnet/core-setup#2397 from eerhardt/GenerateFragilePDBs
Eric Erhardt [Tue, 16 May 2017 21:59:31 +0000 (16:59 -0500)]
Merge pull request dotnet/core-setup#2397 from eerhardt/GenerateFragilePDBs

Generate crossgen symbols for the shared framework.

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

7 years agoFixing Property typo issue causing incomplete nuget package push. (dotnet/core-setup...
rakeshsinghranchi [Tue, 16 May 2017 21:39:17 +0000 (14:39 -0700)]
Fixing Property typo issue causing incomplete nuget package push. (dotnet/core-setup#2414)

Fixing Property typo issue causing incomplete tar package push.

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

7 years agoRemove item include which is causing symbols packages to be included twice (dotnet...
chcosta [Tue, 16 May 2017 21:31:37 +0000 (14:31 -0700)]
Remove item include which is causing symbols packages to be included twice (dotnet/core-setup#2415)

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

7 years agoRespond to PR feedback.
Eric Erhardt [Tue, 16 May 2017 21:06:22 +0000 (16:06 -0500)]
Respond to PR feedback.

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

7 years agoRespond to PR feedback.
Eric Erhardt [Tue, 16 May 2017 20:43:56 +0000 (15:43 -0500)]
Respond to PR feedback.

Add a semaphore file to ensure incremental build works on all platforms.

GetCrossGenSymbolsFiles shouldn't 'build' anything since it runs during packaging.

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

7 years agoAdding test for AltDirectorySeparatorChar
Rama Krishnan Raghupathy [Tue, 16 May 2017 19:32:31 +0000 (12:32 -0700)]
Adding test for AltDirectorySeparatorChar

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

7 years agoMerge pull request dotnet/core-setup#2394 from karajas/publishDebTool
Karthik Rajasekaran [Tue, 16 May 2017 19:18:26 +0000 (12:18 -0700)]
Merge pull request dotnet/core-setup#2394 from karajas/publishDebTool

Re-enable publishing of deb tool to feed

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

7 years agoEnable republishing of deb tool
Karthik Rajasekaran [Wed, 10 May 2017 23:57:37 +0000 (16:57 -0700)]
Enable republishing of deb tool

Remove DnuRestorePrefix

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

7 years agoUpdate CoreClr to preview2-25316-03 (dotnet/core-setup#2410)
dotnet bot [Tue, 16 May 2017 18:42:03 +0000 (11:42 -0700)]
Update CoreClr to preview2-25316-03 (dotnet/core-setup#2410)

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

7 years agoOfficialBuildId property is required to generate version prop for official build...
rakeshsinghranchi [Tue, 16 May 2017 17:32:13 +0000 (10:32 -0700)]
OfficialBuildId property is required to generate version prop for official build. (dotnet/core-setup#2411)

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

7 years agoMinor code refactoring; fixed a test...
John Beisner [Tue, 16 May 2017 17:30:59 +0000 (10:30 -0700)]
Minor code refactoring; fixed a test...

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

7 years agoUpdate Standard, WCF to preview2-25316-01, preview2-25316-01, respectively (dotnet...
dotnet bot [Tue, 16 May 2017 17:11:32 +0000 (10:11 -0700)]
Update Standard, WCF to preview2-25316-01, preview2-25316-01, respectively (dotnet/core-setup#2406)

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

7 years agoChanges per code review...
John Beisner [Tue, 16 May 2017 16:49:31 +0000 (09:49 -0700)]
Changes per code review...

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

7 years agoDo not check length for calls to realpath
Rama Krishnan Raghupathy [Tue, 16 May 2017 06:12:43 +0000 (23:12 -0700)]
Do not check length for calls to realpath

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

7 years agoMerge pull request dotnet/core-setup#2401 from rakeshsinghranchi/fixbuildbreak
Karthik Rajasekaran [Tue, 16 May 2017 06:07:24 +0000 (23:07 -0700)]
Merge pull request dotnet/core-setup#2401 from rakeshsinghranchi/fixbuildbreak

Pass required checksum properties during publish step for Linux legs

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

7 years agoSet default ROOTFS_DIR path when it does not set (dotnet/core-setup#2388)
Jiyoung Giuliana Yun [Tue, 16 May 2017 05:00:41 +0000 (14:00 +0900)]
Set default ROOTFS_DIR path when it does not set (dotnet/core-setup#2388)

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

7 years agoUpdate CoreClr, CoreFx to preview2-25316-01, preview2-25316-01, respectively (dotnet...
dotnet bot [Tue, 16 May 2017 04:02:56 +0000 (21:02 -0700)]
Update CoreClr, CoreFx to preview2-25316-01, preview2-25316-01, respectively (dotnet/core-setup#2396)

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

7 years agoPass required checksum properties during publish step
Rakesh Ranjan Singh [Tue, 16 May 2017 02:55:18 +0000 (19:55 -0700)]
Pass required checksum properties during publish step

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

7 years ago[WIP] Publish artifacts to new structure in Azure storage. (dotnet/core-setup#2385)
Eric Mellino [Tue, 16 May 2017 01:53:52 +0000 (18:53 -0700)]
[WIP] Publish artifacts to new structure in Azure storage. (dotnet/core-setup#2385)

* Publish artifacts to new structure in Azure storage.

* PR feedback

* Pass ProductVersion through to FinalizeBuild task

* Update README.md with new blog storage locations.

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

7 years agoPort of "Build Native Debian installers consuming portable Linux x64 … (dotnet/core...
rakeshsinghranchi [Tue, 16 May 2017 01:41:08 +0000 (18:41 -0700)]
Port of "Build Native Debian installers consuming portable Linux x64 … (dotnet/core-setup#2374)

* Port of "Build Native Debian installers consuming portable Linux x64 assemblies"

* Updated per feedback.

* updated per feedback

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

7 years agoFix issues with publish/dir.props (dotnet/core-setup#2399)
Eric Mellino [Tue, 16 May 2017 01:39:43 +0000 (18:39 -0700)]
Fix issues with publish/dir.props (dotnet/core-setup#2399)

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

7 years agoMerge pull request dotnet/core-setup#2368 from karajas/addChecksum
Karthik Rajasekaran [Tue, 16 May 2017 00:49:31 +0000 (17:49 -0700)]
Merge pull request dotnet/core-setup#2368 from karajas/addChecksum

Add checksum generation

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

7 years agoGenerate crossgen symbols for the shared framework.
Eric Erhardt [Mon, 15 May 2017 22:39:55 +0000 (17:39 -0500)]
Generate crossgen symbols for the shared framework.

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

7 years agofix
Karthik Rajasekaran [Mon, 15 May 2017 22:25:32 +0000 (15:25 -0700)]
fix

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

7 years agoMerge pull request dotnet/core-setup#2395 from dotnet/TurnOffGlobalConfig
Eric Erhardt [Mon, 15 May 2017 22:21:11 +0000 (17:21 -0500)]
Merge pull request dotnet/core-setup#2395 from dotnet/TurnOffGlobalConfig

Add global NuGet.config that turns off the user and machine configs

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

7 years agoMerge pull request dotnet/core-setup#2392 from tarekgh/RemoveUnNeededTarget
Tarek Mahmoud Sayed [Mon, 15 May 2017 21:14:29 +0000 (14:14 -0700)]
Merge pull request dotnet/core-setup#2392 from tarekgh/RemoveUnNeededTarget

Remove un-needed target

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

7 years agoMerge pull request dotnet/core-setup#2390 from karajas/fixDebPublish
Karthik Rajasekaran [Mon, 15 May 2017 20:42:54 +0000 (13:42 -0700)]
Merge pull request dotnet/core-setup#2390 from karajas/fixDebPublish

Fix deb package naming

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

7 years agoIf user specifies a CLI version in the global.json, honor it - error out if not found.
John Beisner [Mon, 15 May 2017 20:15:32 +0000 (13:15 -0700)]
If user specifies a CLI version in the global.json, honor it - error out if not found.
And search the multilevel sdk lookup to find that specified version.

Addresses: https://github.com/dotnet/core-setup/issues/2334
https://github.com/dotnet/core-setup/issues/2336

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

7 years agoRemove un-needed target
Tarek Mahmoud Sayed [Mon, 15 May 2017 19:48:50 +0000 (12:48 -0700)]
Remove un-needed target

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

7 years agoMerge pull request dotnet/core-setup#2391 from tarekgh/UpdateLicense
Tarek Mahmoud Sayed [Mon, 15 May 2017 19:02:11 +0000 (12:02 -0700)]
Merge pull request dotnet/core-setup#2391 from tarekgh/UpdateLicense

Update License Info

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

7 years agoMerge pull request dotnet/core-setup#2381 from GurliGebis/handle-missing-version-id
Eric Erhardt [Mon, 15 May 2017 18:28:11 +0000 (13:28 -0500)]
Merge pull request dotnet/core-setup#2381 from GurliGebis/handle-missing-version-id

Update PlatformApis to handle Gentoo Linux.

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

7 years agoUpdate License Info
Tarek Mahmoud Sayed [Mon, 15 May 2017 18:20:05 +0000 (11:20 -0700)]
Update License Info

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

7 years agoAdd checksum generation
Karthik Rajasekaran [Wed, 10 May 2017 23:57:37 +0000 (16:57 -0700)]
Add checksum generation

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

7 years agoFix deb package naming
Karthik Rajasekaran [Mon, 15 May 2017 18:10:25 +0000 (11:10 -0700)]
Fix deb package naming

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

7 years agoBetter handling of VersionId being missing.
Bjarke Istrup Pedersen [Mon, 15 May 2017 17:25:41 +0000 (17:25 +0000)]
Better handling of VersionId being missing.

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

7 years agoUpdate CoreClr, Standard, WCF to preview2-25315-02, preview2-25315-01, preview2-25315...
dotnet bot [Mon, 15 May 2017 15:23:16 +0000 (08:23 -0700)]
Update CoreClr, Standard, WCF to preview2-25315-02, preview2-25315-01, preview2-25315-01, respectively (dotnet/core-setup#2389)

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

7 years agoFix build by copying init-tools.msbuild to sandbox
Eric Erhardt [Mon, 15 May 2017 15:07:59 +0000 (10:07 -0500)]
Fix build by copying init-tools.msbuild to sandbox

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

7 years agoUpdate CoreClr, CoreFx to preview2-25315-01, preview2-25315-01, respectively (dotnet...
dotnet bot [Mon, 15 May 2017 03:35:15 +0000 (20:35 -0700)]
Update CoreClr, CoreFx to preview2-25315-01, preview2-25315-01, respectively (dotnet/core-setup#2387)

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

7 years agoUpdate CoreClr, CoreFx, WCF to preview2-25314-02, preview2-25314-02, preview2-25314...
dotnet bot [Sun, 14 May 2017 18:00:33 +0000 (11:00 -0700)]
Update CoreClr, CoreFx, WCF to preview2-25314-02, preview2-25314-02, preview2-25314-01, respectively (dotnet/core-setup#2386)

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

7 years agoFix Microsoft.NETCore.App package version file location for RID specific packages...
Jose Perez Rodriguez [Fri, 12 May 2017 22:49:32 +0000 (15:49 -0700)]
Fix Microsoft.NETCore.App package version file location for RID specific packages (dotnet/core-setup#2379)

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

7 years agoMerge pull request dotnet/core-setup#2384 from dotnet-bot/master-UpdateDependencies
Eric Erhardt [Fri, 12 May 2017 22:03:56 +0000 (17:03 -0500)]
Merge pull request dotnet/core-setup#2384 from dotnet-bot/master-UpdateDependencies

Update CoreClr, CoreFx, Standard, WCF to preview2-25312-01, preview2-25312-04, preview2-25312-01, preview2-25312-01, respectively (master)

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

7 years agoMerge pull request dotnet/core-setup#2378 from karajas/fixQuots
Karthik Rajasekaran [Fri, 12 May 2017 21:24:40 +0000 (14:24 -0700)]
Merge pull request dotnet/core-setup#2378 from karajas/fixQuots

Fix branding quotes in installer

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