dotnet-installer/build
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
..
buildpipeline/security Support new artifacts layout in tests and other build logic 2017-08-24 15:49:13 -07:00
compile PR feedback and reorder dpkg arguments 2018-01-09 14:13:37 -08:00
package Disabling native installer tests whenever CLIBUILD_SKIP_TESTS is set to true. 2018-01-12 10:11:44 -08:00
prepare Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
publish Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
sdks More fixes that were missing from the merge. 2017-12-07 13:23:27 -08:00
templates Version as Metadata in build/ 2017-03-02 19:50:46 -08:00
test Removing Microsoft.DotNet.TestFramework from the product code and from the SDK deployment and moving the code to the test folder. 2017-09-15 09:49:19 -07:00
AzureInfo.props Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
BackwardsCompatibilityRuntimes.props Backwards compat runtimes should not come from product construction sources 2018-01-10 14:23:48 -08:00
BranchInfo.props Update BranchInfo.props 2018-02-02 09:07:11 -08:00
Branding.props Updating the CLI branding and version to 2.1.300. 2018-01-22 13:26:57 -08:00
BuildAndPublishAllLinuxDistrosNativeInstallers.targets fix missing windows package 2017-09-15 15:28:57 -07:00
BuildDefaults.props Fix incorrect condition in SkipBuildingInstallers 2017-12-13 18:18:25 +01:00
BuildInfo.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
BundledRuntimes.props Update to 2.1.0-preview1-28031 and debian-agnostic aspnet installers 2018-01-09 09:17:15 -08:00
BundledSdks.props Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
BundledTemplates.proj Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
BundledTemplates.props Update templates package version 2018-01-05 19:29:55 -08:00
BundledTools.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
Compile.targets Package MSBuild SDK resolver in VS insertion nupkg 2017-04-27 23:07:19 -07:00
CrossGen.props More fixes that were missing from the merge. 2017-12-07 13:23:27 -08:00
DependencyVersions.props Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
DerivedHostMachineInfo.props Enable Alpine 3.6 CLI build 2017-12-13 12:10:44 +01:00
DownloadPackageVersions.targets Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
FileExtensions.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
GenerateResxSource.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
GitCommitInfo.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
HostInfo.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
InitRepo.props Formatting only... 2018-01-17 02:58:01 +00:00
InitRepo.targets Third pass clean-up of package names. 2017-12-04 09:44:51 -08:00
InputDirectories.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
InstallerInfo.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
LinuxDistrosNativeInstaller.props Remove method to publish to Debian feeds. 2018-01-09 23:31:32 +00:00
MicroBuild.props Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
Microsoft.DotNet.Cli.tasks Removing the UploadToLinuxPackageRepository task code and tests. 2018-01-10 22:18:27 +00:00
MSBuildExtensions.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
MSBuildExtensions.targets [tools] Integrate NuGet (#8414) 2018-01-19 17:15:34 -08:00
NugetConfigFile.targets Fixing the recent CLI test failures around ASP.NETcore in the orchestrated build: adding a 'dotnet-corefxlab' feed. (#8536) 2018-02-05 10:38:53 -08:00
OutputDirectories.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
Package.targets Use one build definition to produce all Linux distro specific packages (#7615) 2017-09-14 13:33:46 -07:00
Prepare.targets Use one build definition to produce all Linux distro specific packages (#7615) 2017-09-14 13:33:46 -07:00
Publish.targets Infrastructure updates: CLI:master -> release/2.1.3xx (#8541) 2018-02-05 15:50:50 -08:00
RestoreDependency.proj Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
SandBoxAndPackage.proj Run-Build.sh/ps1 does not behave correctly when passing in a target. 2018-01-11 21:23:46 +00:00
SandBoxAndPackageInParallel.proj Removing a conditional... 2018-01-09 20:14:55 +00:00
SetupPreviousStage.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
Signing.proj Merge branch 'master' into merges/release/2.0.0-to-master-20170907-070027 2017-09-07 11:11:28 -07:00
Test.targets Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
Version.props Updating the CLI branding and version to 2.1.300. 2018-01-22 13:26:57 -08:00