platform/upstream/dotnet/runtime.git
6 years agoMerge pull request dotnet/core-setup#3483 from janvorli/fix-alpine-rid-graph-generation
Eric Erhardt [Thu, 7 Dec 2017 15:36:56 +0000 (09:36 -0600)]
Merge pull request dotnet/core-setup#3483 from janvorli/fix-alpine-rid-graph-generation

Fix alpine linux RID graph generation

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-26007-01, preview1-26007-02, preview2-26007...
dotnet-maestro-bot [Thu, 7 Dec 2017 14:13:02 +0000 (06:13 -0800)]
Update CoreClr, CoreFx, WCF to preview1-26007-01, preview1-26007-02, preview2-26007-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3497 from zamont/master
Ahson Khan [Thu, 7 Dec 2017 01:38:35 +0000 (17:38 -0800)]
Merge pull request dotnet/core-setup#3497 from zamont/master

Update CoreFX package version explicitly to 4.6.0-preview1-26006-06

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

6 years agoUpdate CoreFX package version explicitly to 4.6.0-preview1-26006-06 because we need...
Zach Montoya [Thu, 7 Dec 2017 00:44:16 +0000 (16:44 -0800)]
Update CoreFX package version explicitly to 4.6.0-preview1-26006-06 because we need to consume signed assemblies from that package

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-26006-06, preview1-26006-07, preview2-26005...
dotnet-maestro-bot [Thu, 7 Dec 2017 00:40:40 +0000 (18:40 -0600)]
Update CoreClr, CoreFx, WCF to preview1-26006-06, preview1-26006-07, preview2-26005-02, respectively (dotnet/core-setup#3496)

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

6 years agoMerge pull request dotnet/core-setup#3493 from mikem8361/buildbreak
Wes Haggard [Tue, 5 Dec 2017 22:50:46 +0000 (14:50 -0800)]
Merge pull request dotnet/core-setup#3493 from mikem8361/buildbreak

Fixed build break issue dotnet/core-setup#2207

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

6 years agoFixed build break issue dotnet/core-setup#2207
Mike McLaughlin [Tue, 5 Dec 2017 22:08:57 +0000 (14:08 -0800)]
Fixed build break issue dotnet/core-setup#2207

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

6 years agoUpdate BuildTools, CoreClr, WCF to prerelease-02304-01, preview1-26005-01, preview2...
dotnet-maestro-bot [Tue, 5 Dec 2017 13:59:18 +0000 (05:59 -0800)]
Update BuildTools, CoreClr, WCF to prerelease-02304-01, preview1-26005-01, preview2-26005-01, respectively

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

6 years agoUpdate CoreClr, WCF to preview1-26004-02, preview2-26003-01, respectively
dotnet-maestro-bot [Mon, 4 Dec 2017 13:20:17 +0000 (05:20 -0800)]
Update CoreClr, WCF to preview1-26004-02, preview2-26003-01, respectively

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-26002-02, preview1-26002-01, preview2-26002...
dotnet-maestro-bot [Sat, 2 Dec 2017 14:01:28 +0000 (06:01 -0800)]
Update CoreClr, CoreFx, WCF to preview1-26002-02, preview1-26002-01, preview2-26002-01, respectively

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

6 years agoIntegrate new symbol uploader build task. (dotnet/core-setup#3465)
Mike McLaughlin [Fri, 1 Dec 2017 22:49:05 +0000 (14:49 -0800)]
Integrate new symbol uploader build task. (dotnet/core-setup#3465)

Integrate new symbol uploader build task.

Symbol publishing will only happen for the pipeline builds if PB_SymbolServerPath and
PB_SymbolServerPAT are defined. PB_SymbolExpirationInDays is how long the symbol server
will keep. Default is 30 days. -1 means forever.

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

6 years agoMerge pull request dotnet/core-setup#3480 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Fri, 1 Dec 2017 22:06:56 +0000 (14:06 -0800)]
Merge pull request dotnet/core-setup#3480 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02301-01, preview1-26001-02, preview1-26001-02, preview2-26001-01, respectively (master)

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

6 years agoFix alpine linux RID graph generation
Jan Vorlicek [Fri, 1 Dec 2017 21:55:06 +0000 (22:55 +0100)]
Fix alpine linux RID graph generation

Alpine Linux doesn't have 'linux' in its hierarchy, so the
GenerateRuntimeGraph target doesn't output alpine node to the runtimes
section of the Microsoft.NETCore.App.deps.json.

This change is a hotfix to that issue. In longer term, we should create
a new osgroup named `alpine` or maybe better `linuxmusl` or something
along these lines and make it a fully supported OS group everywhere.

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02301-01, preview1-26001-02...
dotnet-maestro-bot [Fri, 1 Dec 2017 19:48:15 +0000 (11:48 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02301-01, preview1-26001-02, preview1-26001-02, preview2-26001-01, respectively

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

6 years agoUpdate CoreClr, CoreFx to preview1-26001-01, preview1-26001-01, respectively
dotnet-maestro-bot [Fri, 1 Dec 2017 02:50:25 +0000 (18:50 -0800)]
Update CoreClr, CoreFx to preview1-26001-01, preview1-26001-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3477 from wtgodbe/RBS
William Godbe [Thu, 30 Nov 2017 21:08:29 +0000 (13:08 -0800)]
Merge pull request dotnet/core-setup#3477 from wtgodbe/RBS

Revert ReleaseBrandSuffix

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

6 years agoFix upgrade issue where symbolic link for dotnet-host rpm package gets removed. ...
Rakesh Singh [Thu, 30 Nov 2017 20:01:25 +0000 (12:01 -0800)]
Fix upgrade issue where symbolic link for dotnet-host rpm package gets removed. (dotnet/core-setup#3467)

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

6 years agoRevert ReleaseBrandSuffix
wtgodbe [Thu, 30 Nov 2017 19:57:53 +0000 (11:57 -0800)]
Revert ReleaseBrandSuffix

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

6 years agoAdd support for multiple shared frameworks (dotnet/core-setup#3460)
Steve Harter [Thu, 30 Nov 2017 15:39:29 +0000 (09:39 -0600)]
Add support for multiple shared frameworks (dotnet/core-setup#3460)

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

6 years agoMerge pull request dotnet/core-setup#3475 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Thu, 30 Nov 2017 15:35:53 +0000 (09:35 -0600)]
Merge pull request dotnet/core-setup#3475 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreFx, WCF to preview1-25930-03, preview2-25930-01, respectively (master)

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

6 years agoUpdate CoreFx, WCF to preview1-25930-03, preview2-25930-01, respectively
dotnet-maestro-bot [Thu, 30 Nov 2017 14:44:10 +0000 (06:44 -0800)]
Update CoreFx, WCF to preview1-25930-03, preview2-25930-01, respectively

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

6 years agoUpdate files relative path to match what dotnet-install expects
Wes Haggard [Thu, 30 Nov 2017 00:59:55 +0000 (16:59 -0800)]
Update files relative path to match what dotnet-install expects

Have the files published to blob feed under the "Runtime/<version>"
folder so we can point dotnet-install scripts at it. We also want to
still keep it under the assets directory like all loose files in the
blob feed.

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

6 years agoUpdate build definition execute conditions for api v3.2 (dotnet/core-setup#3471)
chcosta [Wed, 29 Nov 2017 23:53:56 +0000 (15:53 -0800)]
Update build definition execute conditions for api v3.2 (dotnet/core-setup#3471)

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

6 years agoSync run.sh script with what is in corefx
Wes Haggard [Wed, 29 Nov 2017 23:24:22 +0000 (15:24 -0800)]
Sync run.sh script with what is in corefx

In particular we need to 'source' (i.e. '.') the init-tools script
so that it can correctly exit when tools are already initialized.

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

6 years agoFix typo in diag messages for publish
Wes Haggard [Wed, 29 Nov 2017 22:42:41 +0000 (14:42 -0800)]
Fix typo in diag messages for publish

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

6 years agoSwitch to only use clean.sh before docker package builds
Wes Haggard [Wed, 29 Nov 2017 22:10:19 +0000 (14:10 -0800)]
Switch to only use clean.sh before docker package builds

All of our linux distro's should be able to share the same set of
tools because they are all portable so no need to do a full clean
and reinitialize tools each time. Instead just do a normal clean
which will clear the bin directory but keep the tools.

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

6 years agoFilter out nuget packages for the file publish list.
Wes Haggard [Wed, 29 Nov 2017 21:35:56 +0000 (13:35 -0800)]
Filter out nuget packages for the file publish list.

Add extra logging for uploading and downloading packages

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

6 years agoMerge pull request dotnet/core-setup#3463 from dotnet/fix-restoresources
Matt Mitchell [Wed, 29 Nov 2017 15:54:55 +0000 (07:54 -0800)]
Merge pull request dotnet/core-setup#3463 from dotnet/fix-restoresources

Pass restore sources to linux build

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

6 years agoMerge pull request dotnet/core-setup#3466 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Wed, 29 Nov 2017 15:54:40 +0000 (09:54 -0600)]
Merge pull request dotnet/core-setup#3466 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02228-01, preview1-25929-01, preview1-25929-02, preview2-25929-01, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02228-01, preview1-25929-01...
dotnet-maestro-bot [Wed, 29 Nov 2017 15:02:41 +0000 (07:02 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02228-01, preview1-25929-01, preview1-25929-02, preview2-25929-01, respectively

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

6 years agoPass PublishType to the old publish step in publish build leg
Wes Haggard [Tue, 28 Nov 2017 19:14:51 +0000 (11:14 -0800)]
Pass PublishType to the old publish step in publish build leg

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

6 years agoFix BuildDependsOn in publish.proj to be a property evaulation
Wes Haggard [Tue, 28 Nov 2017 18:52:26 +0000 (10:52 -0800)]
Fix BuildDependsOn in publish.proj to be a property evaulation

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

6 years agoPass restore sources to linux build
Matt Mitchell [Tue, 28 Nov 2017 16:51:32 +0000 (08:51 -0800)]
Pass restore sources to linux build
Also rename the AdditionalMsbuildProperties to a less confusing name, since they are actually just args for packing

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

6 years agoMerge pull request dotnet/core-setup#3454 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Tue, 28 Nov 2017 16:33:45 +0000 (10:33 -0600)]
Merge pull request dotnet/core-setup#3454 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, WCF to preview1-25928-02, preview1-25927-01, preview2-25925-01, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-25928-02, preview1-25927-01, preview2-25925...
dotnet-maestro-bot [Tue, 28 Nov 2017 14:44:03 +0000 (06:44 -0800)]
Update CoreClr, CoreFx, WCF to preview1-25928-02, preview1-25927-01, preview2-25925-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3459 from weshaggard/AddPublishType
Wes Haggard [Mon, 27 Nov 2017 22:49:00 +0000 (14:49 -0800)]
Merge pull request dotnet/core-setup#3459 from weshaggard/AddPublishType

Pass PublishType to individual build publish legs

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

6 years agoPass PublishType to individual build publish legs
Wes Haggard [Mon, 27 Nov 2017 22:46:52 +0000 (14:46 -0800)]
Pass PublishType to individual build publish legs

For individual legs we only want to push things to azure container
for the given build when we are in orchestrated build mode (i.e.
PB_BuildType != nopublishtype).

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

6 years agoMerge pull request dotnet/core-setup#3451 from omajid/dirprops-rhel7-future-versions
Wes Haggard [Mon, 27 Nov 2017 19:42:32 +0000 (11:42 -0800)]
Merge pull request dotnet/core-setup#3451 from omajid/dirprops-rhel7-future-versions

Handle all RHEL 7.x releases as RHEL 7 in dir.props

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

6 years agoMerge pull request dotnet/core-setup#3453 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Thu, 23 Nov 2017 03:14:10 +0000 (21:14 -0600)]
Merge pull request dotnet/core-setup#3453 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, WCF to preview1-25923-01, preview1-25923-01, preview2-25922-02, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-25923-01, preview1-25923-01, preview2-25922...
dotnet-maestro-bot [Thu, 23 Nov 2017 02:32:07 +0000 (18:32 -0800)]
Update CoreClr, CoreFx, WCF to preview1-25923-01, preview1-25923-01, preview2-25922-02, respectively

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

6 years agoMerge pull request dotnet/core-setup#3449 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 22 Nov 2017 16:44:36 +0000 (08:44 -0800)]
Merge pull request dotnet/core-setup#3449 from dotnet-maestro-bot/master-UpdateDependencies

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

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

6 years agoUpdate CoreClr, CoreFx to preview1-25922-02, preview1-25922-03, respectively
dotnet-maestro-bot [Wed, 22 Nov 2017 14:57:26 +0000 (06:57 -0800)]
Update CoreClr, CoreFx to preview1-25922-02, preview1-25922-03, respectively

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

6 years agoMerge pull request dotnet/core-setup#3448 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 22 Nov 2017 05:23:44 +0000 (21:23 -0800)]
Merge pull request dotnet/core-setup#3448 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr to preview1-25922-01 (master)

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

6 years agoUpdate CoreClr to preview1-25922-01
dotnet-maestro-bot [Wed, 22 Nov 2017 01:29:38 +0000 (17:29 -0800)]
Update CoreClr to preview1-25922-01

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

6 years agoMerge pull request dotnet/core-setup#3445 from dotnet-maestro-bot/master-UpdateDepend...
JC Aguilera [Tue, 21 Nov 2017 22:49:54 +0000 (14:49 -0800)]
Merge pull request dotnet/core-setup#3445 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02221-02, preview1-25921-02, preview1-25921-04, preview2-25921-02, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02221-02, preview1-25921-02...
dotnet-maestro-bot [Tue, 21 Nov 2017 20:46:34 +0000 (12:46 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02221-02, preview1-25921-02, preview1-25921-04, preview2-25921-02, respectively

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

6 years agoMerge pull request dotnet/core-setup#3436 from dotnet/fix.logging
Dan Moseley [Tue, 21 Nov 2017 03:37:33 +0000 (19:37 -0800)]
Merge pull request dotnet/core-setup#3436 from dotnet/fix.logging

Improve logging for hostfxr.dll not found

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

6 years agoMerge pull request dotnet/core-setup#3437 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Tue, 21 Nov 2017 00:34:17 +0000 (16:34 -0800)]
Merge pull request dotnet/core-setup#3437 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to prerelease-02220-02 (master)

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

6 years agoFeedback
danmosemsft [Mon, 20 Nov 2017 23:37:01 +0000 (15:37 -0800)]
Feedback

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

6 years agoUse BuildTools PackageVersionPropsUrl tooling (dotnet/core-setup#3433)
Davis Goodin [Mon, 20 Nov 2017 21:36:54 +0000 (15:36 -0600)]
Use BuildTools PackageVersionPropsUrl tooling (dotnet/core-setup#3433)

All definitions need PB_PackageVersionPropsUrl to default to empty string, not undefined. If it were undefined, VSTS could leave in $(PB_PackageVersionPropsUrl) which would make the build fail when it fails to download it.

For Docker, map the environment variable on each run command.

For OSX/Windows, have VSTS set the environment variable by creating a definition variable.

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

6 years agoUpdate BuildTools to prerelease-02220-02
dotnet-maestro-bot [Mon, 20 Nov 2017 17:34:29 +0000 (09:34 -0800)]
Update BuildTools to prerelease-02220-02

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

6 years agoMerge pull request dotnet/core-setup#3434 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Mon, 20 Nov 2017 15:06:33 +0000 (09:06 -0600)]
Merge pull request dotnet/core-setup#3434 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02219-01, preview1-25920-02, preview1-25920-01, preview2-25919-01, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02219-01, preview1-25920-02...
dotnet-maestro-bot [Mon, 20 Nov 2017 13:34:18 +0000 (05:34 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02219-01, preview1-25920-02, preview1-25920-01, preview2-25919-01, respectively

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

6 years agoFix missing c_str() causing garbage output
Dan Moseley [Mon, 20 Nov 2017 01:43:41 +0000 (17:43 -0800)]
Fix missing c_str() causing garbage output

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

6 years agoFix typo
Dan Moseley [Mon, 20 Nov 2017 01:10:17 +0000 (17:10 -0800)]
Fix typo

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

6 years agoImprove logging for hostfxr.dll not found
Dan Moseley [Mon, 20 Nov 2017 01:03:02 +0000 (17:03 -0800)]
Improve logging for hostfxr.dll not found

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

6 years agoMerge pull request dotnet/core-setup#3431 from dotnet-maestro-bot/master-UpdateDepend...
JC Aguilera [Fri, 17 Nov 2017 20:46:47 +0000 (12:46 -0800)]
Merge pull request dotnet/core-setup#3431 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to prerelease-02217-03 (master)

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

6 years agoUpdate BuildTools to prerelease-02217-03
dotnet-maestro-bot [Fri, 17 Nov 2017 19:54:18 +0000 (11:54 -0800)]
Update BuildTools to prerelease-02217-03

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

6 years agoMerge pull request dotnet/core-setup#3424 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Fri, 17 Nov 2017 18:04:48 +0000 (12:04 -0600)]
Merge pull request dotnet/core-setup#3424 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02217-02, preview1-25917-03, preview1-25917-04, preview2-25917-01, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02217-02, preview1-25917-03...
dotnet-maestro-bot [Fri, 17 Nov 2017 15:27:16 +0000 (07:27 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02217-02, preview1-25917-03, preview1-25917-04, preview2-25917-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3421 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Thu, 16 Nov 2017 15:34:49 +0000 (09:34 -0600)]
Merge pull request dotnet/core-setup#3421 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx, WCF to preview1-25916-02, preview1-25916-01, preview2-25916-01, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx, WCF to preview1-25916-02, preview1-25916-01, preview2-25916...
dotnet-maestro-bot [Thu, 16 Nov 2017 14:10:48 +0000 (06:10 -0800)]
Update CoreClr, CoreFx, WCF to preview1-25916-02, preview1-25916-01, preview2-25916-01, respectively

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

6 years agoImprove message when runtimeconfig.json is missing or has no framework (dotnet/core...
Steve Harter [Wed, 15 Nov 2017 23:57:13 +0000 (15:57 -0800)]
Improve message when runtimeconfig.json is missing or has no framework (dotnet/core-setup#3382)

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

6 years agoMerge pull request dotnet/core-setup#3419 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 15 Nov 2017 22:21:00 +0000 (14:21 -0800)]
Merge pull request dotnet/core-setup#3419 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools to prerelease-02215-01 (master)

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

6 years agoUpdate BuildTools to prerelease-02215-01
dotnet-maestro-bot [Wed, 15 Nov 2017 18:26:59 +0000 (10:26 -0800)]
Update BuildTools to prerelease-02215-01

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

6 years agoReplace deprecated VSTS task for copy/publish artifacts for Linux template (dotnet...
Mariana Rios Flores [Wed, 15 Nov 2017 18:09:02 +0000 (10:09 -0800)]
Replace deprecated VSTS task for copy/publish artifacts for Linux template (dotnet/core-setup#3408)

Replace deprecated VSTS task for copy/publish artifacts for Linux template and change the copy and publish log task to always run

* changing alwaysRun to true

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

6 years agoMerge pull request dotnet/core-setup#3417 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Wed, 15 Nov 2017 15:05:30 +0000 (09:05 -0600)]
Merge pull request dotnet/core-setup#3417 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, WCF to preview1-25915-02, preview2-25915-01, respectively (master)

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

6 years agoUpdate CoreClr, WCF to preview1-25915-02, preview2-25915-01, respectively
dotnet-maestro-bot [Wed, 15 Nov 2017 14:37:56 +0000 (06:37 -0800)]
Update CoreClr, WCF to preview1-25915-02, preview2-25915-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3415 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Wed, 15 Nov 2017 06:54:55 +0000 (22:54 -0800)]
Merge pull request dotnet/core-setup#3415 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreFx to preview1-25915-02 (master)

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

6 years agoUpdate CoreFx to preview1-25915-02
dotnet-maestro-bot [Wed, 15 Nov 2017 06:21:42 +0000 (22:21 -0800)]
Update CoreFx to preview1-25915-02

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

6 years agoMerge pull request dotnet/core-setup#3414 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Wed, 15 Nov 2017 03:27:33 +0000 (21:27 -0600)]
Merge pull request dotnet/core-setup#3414 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr to preview1-25915-01 (master)

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

6 years agoUpdate CoreClr to preview1-25915-01
dotnet-maestro-bot [Wed, 15 Nov 2017 02:31:45 +0000 (18:31 -0800)]
Update CoreClr to preview1-25915-01

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

6 years agoMerge pull request dotnet/core-setup#3413 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Wed, 15 Nov 2017 02:00:04 +0000 (20:00 -0600)]
Merge pull request dotnet/core-setup#3413 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreFx to preview1-25914-04 (master)

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

6 years agoUpdate CoreFx to preview1-25914-04
dotnet-maestro-bot [Wed, 15 Nov 2017 01:16:16 +0000 (17:16 -0800)]
Update CoreFx to preview1-25914-04

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

6 years agoUpdate BuildTools to prerelease-02214-03 (dotnet/core-setup#3412)
dotnet-maestro-bot [Tue, 14 Nov 2017 20:02:02 +0000 (12:02 -0800)]
Update BuildTools to prerelease-02214-03 (dotnet/core-setup#3412)

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

6 years agoClear ItemsToPush to remove already pushed packages
Wes Haggard [Tue, 14 Nov 2017 18:46:15 +0000 (10:46 -0800)]
Clear ItemsToPush to remove already pushed packages

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

6 years agoMerge pull request dotnet/core-setup#3411 from mmitche/add-missing-parens
Wes Haggard [Tue, 14 Nov 2017 18:29:16 +0000 (10:29 -0800)]
Merge pull request dotnet/core-setup#3411 from mmitche/add-missing-parens

Add missing parens

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

6 years agoAdd missing parens
Matt Mitchell [Tue, 14 Nov 2017 17:43:19 +0000 (09:43 -0800)]
Add missing parens

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

6 years agoCheck for .exe and .dll duplication in deps.json (dotnet/core-setup#3383)
Steve Harter [Tue, 14 Nov 2017 15:14:52 +0000 (09:14 -0600)]
Check for .exe and .dll duplication in deps.json (dotnet/core-setup#3383)

* sync

* review feedback

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

6 years agoMerge pull request dotnet/core-setup#3409 from dotnet-maestro-bot/master-UpdateDepend...
Eric Erhardt [Tue, 14 Nov 2017 15:13:43 +0000 (09:13 -0600)]
Merge pull request dotnet/core-setup#3409 from dotnet-maestro-bot/master-UpdateDependencies

Update CoreClr, CoreFx to preview1-25914-01, preview1-25913-03, respectively (master)

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

6 years agoUpdate CoreClr, CoreFx to preview1-25914-01, preview1-25913-03, respectively
dotnet-maestro-bot [Tue, 14 Nov 2017 01:30:00 +0000 (17:30 -0800)]
Update CoreClr, CoreFx to preview1-25914-01, preview1-25913-03, respectively

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

6 years agoMerge pull request dotnet/core-setup#3389 from dotnet-maestro-bot/master-UpdateDepend...
Wes Haggard [Mon, 13 Nov 2017 20:41:01 +0000 (12:41 -0800)]
Merge pull request dotnet/core-setup#3389 from dotnet-maestro-bot/master-UpdateDependencies

Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02213-01, preview1-25913-03, preview1-25913-02, preview2-25912-01, respectively (master)

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

6 years agoUpdate BuildTools, CoreClr, CoreFx, WCF to prerelease-02213-01, preview1-25913-03...
dotnet-maestro-bot [Mon, 13 Nov 2017 19:29:08 +0000 (11:29 -0800)]
Update BuildTools, CoreClr, CoreFx, WCF to prerelease-02213-01, preview1-25913-03, preview1-25913-02, preview2-25912-01, respectively

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

6 years agoMerge pull request dotnet/core-setup#3404 from weshaggard/AddBlobPublishing
Wes Haggard [Mon, 13 Nov 2017 18:11:21 +0000 (10:11 -0800)]
Merge pull request dotnet/core-setup#3404 from weshaggard/AddBlobPublishing

Add indpendent blob publishing step

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

6 years agoAdd independent publish step based on publishtype
Wes Haggard [Sat, 11 Nov 2017 00:51:27 +0000 (16:51 -0800)]
Add independent publish step based on publishtype

In order to reduce risk with current builds while still enabling
our larger orchestrated build scenario we are adding an independent
publish-type step. Only one or the other should be enabled at a time.

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

6 years agoUpdate License and copyright year to all deb and rpm packages (dotnet/core-setup...
Rakesh Singh [Thu, 9 Nov 2017 22:23:00 +0000 (14:23 -0800)]
Update License and copyright year to all deb and rpm packages (dotnet/core-setup#3337)

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

6 years agoEnable building OpenSuse installers (dotnet/core-setup#3394)
Rakesh Singh [Thu, 9 Nov 2017 22:22:13 +0000 (14:22 -0800)]
Enable building OpenSuse installers (dotnet/core-setup#3394)

* Enable building OpenSuse installers

* Fixing the PR build and updating per feedback.

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

6 years agoReplace deprecated VSTS task for copy/publish artifacts (dotnet/core-setup#3393)
Mariana Rios Flores [Tue, 7 Nov 2017 22:43:01 +0000 (14:43 -0800)]
Replace deprecated VSTS task for copy/publish artifacts (dotnet/core-setup#3393)

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

6 years agoUpdate version info for multiple frameworks
Steve Harter [Tue, 7 Nov 2017 20:48:07 +0000 (14:48 -0600)]
Update version info for multiple frameworks

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

6 years agoAdd proposed 2.1 multiple framework support
Steve Harter [Tue, 7 Nov 2017 20:40:53 +0000 (14:40 -0600)]
Add proposed 2.1 multiple framework support

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

6 years agoMerge pull request dotnet/core-setup#3395 from janvorli/enable-alpine-official-rid
Eric Erhardt [Tue, 7 Nov 2017 14:44:13 +0000 (08:44 -0600)]
Merge pull request dotnet/core-setup#3395 from janvorli/enable-alpine-official-rid

Enable Alpine official RID

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

6 years agoEnable Alpine official RID
Jan Vorlicek [Tue, 7 Nov 2017 03:13:32 +0000 (19:13 -0800)]
Enable Alpine official RID

This is a leftover from the Alpine enabling changes that I've forgotten
to make after corefx and coreclr official builds were enabled.

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

6 years agoUpdate to 2.0.0 semantics
Steve Harter [Mon, 6 Nov 2017 22:48:33 +0000 (16:48 -0600)]
Update to 2.0.0 semantics

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

6 years agoMerge pull request dotnet/core-setup#3390 from weshaggard/UpdateBuildDefinitions
Wes Haggard [Sat, 4 Nov 2017 20:04:09 +0000 (13:04 -0700)]
Merge pull request dotnet/core-setup#3390 from weshaggard/UpdateBuildDefinitions

Update build definitions

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

6 years agoPR feedback remove empty line
Wes Haggard [Sat, 4 Nov 2017 20:02:52 +0000 (13:02 -0700)]
PR feedback remove empty line

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

6 years agoDisable publishing if no publish type is specified
Wes Haggard [Fri, 3 Nov 2017 21:21:18 +0000 (14:21 -0700)]
Disable publishing if no publish type is specified

This is first step for configuring publish, there will need to
be some further refactoring to make the publishing what we need
for orchestrated builds.

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

6 years agoSupport PB_RestoreSource in the official build definitions
Wes Haggard [Fri, 3 Nov 2017 04:18:06 +0000 (21:18 -0700)]
Support PB_RestoreSource in the official build definitions

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

6 years agoSupport PB_SkipTests property in our build definitions
Wes Haggard [Thu, 2 Nov 2017 22:27:58 +0000 (15:27 -0700)]
Support PB_SkipTests property in our build definitions

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

6 years agoSupport PB_SignType property in our build definitions
Wes Haggard [Thu, 2 Nov 2017 21:53:17 +0000 (14:53 -0700)]
Support PB_SignType property in our build definitions

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

6 years agoMerge pull request dotnet/core-setup#3388 from jcagme/master
JC Aguilera [Thu, 2 Nov 2017 22:37:02 +0000 (15:37 -0700)]
Merge pull request dotnet/core-setup#3388 from jcagme/master

Removing unnecessary variable setting

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