dotnet-installer/build/publish
John Beisner 47da513313
Infrastructure updates: CLI:master -> release/2.1.3xx (#8541)
* Repairing the first pass call to 'dotnet msbuild'; CLI:master (#8488)

* '$ExtraParametersNoTargets', which is used on the first pass call to 'dotnet msbuild', currently is of type 'string' not 'List'1' as is '$ExtraParameters'. This results in the non-honoring of any parameter other than parameter one. Solution: Make a copy of '$ExtraParameters' to '$ExtraParametersNoTargets' of type 'List'1' and remove the targets from the list.

* Swallow the boolean output from '$ExtraParametersNoTargets.Remove'

* Specifically capture "/t:" or "/target:" only.

* The "${arg,,}" syntax works well on dev and Jenkins OSX machines but does not work correctly on VSO build machines [likely a lower version of bash on VSO machines]. Therefore, using 'awk' to transforming to lower case. (#8497)

* Orchestrated final publish; CLI:master (#8504)

* Orchestrated final publish: https://github.com/dotnet/core-eng/issues/2407

* Changes per code review...

* The orchestrated "PackageVersion" type variables should not be used in any of the 'proj' files of the built build tools under: "build_projects"
2018-02-05 15:50:50 -08:00
..
Badge.targets Enable Alpine 3.6 CLI build 2017-12-13 12:10:44 +01:00
Checksum.targets Fix "dotnet" typo in donetclichecksums 2018-01-22 09:42:32 -06:00
FinishBuild.targets Don't use 'ParseBlobUrl'; use the original values. 2018-01-17 02:52:59 +00:00
PublishContent.targets Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
PublishNupkgToBlobFeed.targets Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
RuntimeCoherence.targets Ignore failures due to incoherent dependencies on dotnet-runtime 2018-01-09 13:27:50 -08:00