Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

@@ -1,5 +1,28 @@
{
"build": [
{
"environment": {},
"enabled": true,
"continueOnError": true,
"displayName": "run begin.ps1",
"timeoutInMinutes": 0,
"alwaysRun": true,
"task": {
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
"definitionType": "task"
},
"inputs": {
"targetType": "inline",
"filePath": "",
"arguments": "",
"script": "if (Test-Path \"$Env:AgentToolsPath\\begin.ps1\") {\n \"$Env:AgentToolsPath\\begin.ps1 script found. Executing...\"\n & $Env:AgentToolsPath\\begin.ps1\n} else {\n \"$Env:AgentToolsPath\\begin.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",
"ignoreLASTEXITCODE": "true",
"workingDirectory": ""
}
},
{
"environment": {},
"enabled": true,
@@ -80,7 +103,8 @@
"signType": "real",
"zipSources": "false",
"version": "",
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json"
"feedSource": "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json",
"esrpSigning": "$(PB_UseEsrpSigning)"
}
},
{
@@ -104,7 +128,9 @@
}
},
{
"environment": {},
"environment": {
"PACKAGEVERSIONPROPSURL": "$(PB_PackageVersionPropsUrl)"
},
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
@@ -118,7 +144,7 @@
},
"inputs": {
"filename": "$(Build.SourcesDirectory)\\corefx\\sync.cmd",
"arguments": "$(PB_SyncArguments)",
"arguments": "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments) $(PB_PipelineBuildMSBuildArguments)",
"workingFolder": "corefx",
"failOnStandardError": "false"
}
@@ -158,7 +184,7 @@
},
"inputs": {
"filename": "$(Build.SourcesDirectory)\\corefx\\build.cmd",
"arguments": "-OfficialBuildId=$(OfficialBuildId) $(PB_BuildArguments)",
"arguments": "-OfficialBuildId=$(OfficialBuildId) $(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)",
"workingFolder": "corefx",
"failOnStandardError": "false"
}
@@ -183,31 +209,6 @@
"failOnStandardError": "false"
}
},
{
"environment": {},
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Index symbol sources",
"timeoutInMinutes": 0,
"refName": "Task11",
"task": {
"id": "0675668a-7bba-4ccb-901d-5ad6554ca653",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"SymbolsPath": "",
"SearchPattern": "corefx\\bin\\*$(PB_Platform).$(PB_ConfigurationGroup)\\**\\*.pdb",
"SymbolsFolder": "",
"SkipIndexing": "false",
"TreatNotIndexedAsWarning": "false",
"SymbolsMaximumWaitTime": "",
"SymbolsProduct": "",
"SymbolsVersion": "",
"SymbolsArtifactName": "Symbols_$(PB_ConfigurationGroup)"
}
},
{
"environment": {},
"enabled": true,
@@ -295,30 +296,23 @@
"environment": {},
"enabled": true,
"continueOnError": true,
"alwaysRun": false,
"displayName": "Build solution corefx\\Tools\\scripts\\vstsagent\\cleanupagent.proj",
"alwaysRun": true,
"displayName": "run end.ps1",
"timeoutInMinutes": 0,
"condition": "always()",
"refName": "Task14",
"task": {
"id": "c6c4c611-aa2e-4a33-b606-5eaba2196824",
"versionSpec": "1.*",
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
"versionSpec": "2.*",
"definitionType": "task"
},
"inputs": {
"solution": "corefx\\Tools\\scripts\\vstsagent\\cleanupagent.proj",
"msbuildLocationMethod": "version",
"msbuildVersion": "14.0",
"msbuildArchitecture": "x86",
"msbuildLocation": "",
"platform": "",
"configuration": "",
"msbuildArguments": "/p:AgentDirectory=$(Agent.HomeDirectory) /p:DoClean=$(PB_CleanAgent)",
"clean": "false",
"maximumCpuCount": "false",
"restoreNugetPackages": "false",
"logProjectEvents": "false",
"createLogFile": "false"
"targetType": "inline",
"filePath": "",
"arguments": "",
"script": "if (Test-Path \"$Env:AgentToolsPath\\end.ps1\") {\n \"$Env:AgentToolsPath\\end.ps1 script found. Executing...\"\n & $Env:AgentToolsPath\\end.ps1\n} else {\n \"$Env:AgentToolsPath\\end.ps1 script does not exist. Moving on...\"\n}",
"errorActionPreference": "continue",
"failOnStderr": "false",
"ignoreLASTEXITCODE": "true",
"workingDirectory": ""
}
}
],
@@ -398,7 +392,8 @@
"allowOverride": true
},
"PB_VsoCorefxGitUrl": {
"value": "https://github.com/dotnet/corefx"
"value": "https://github.com/dotnet/corefx",
"isSecret": true
},
"PB_SourceBranch": {
"value": "master",
@@ -424,18 +419,47 @@
"value": "-buildArch=x64 -Release -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10",
"allowOverride": true
},
"PB_OptionalToolingSyncArguments": {
"value": "/p:OptionalToolSource=$(PB_OptionalToolSource) /p:OptionalToolSourceUser=$(PB_OptionalToolSourceUser);OptionalToolSourcePassword=$(PB_OptionalToolSourcePAT)"
},
"PB_OptionalToolSource": {
"value": null,
"allowOverride": true,
"isSecret": true
},
"PB_OptionalToolSourcePAT": {
"value": null,
"allowOverride": true,
"isSecret": true
},
"PB_OptionalToolSourceUser": {
"value": null,
"allowOverride": true,
"isSecret": true
},
"PB_PipelineBuildMSBuildArguments": {
"value": "",
"allowOverride": true
},
"PB_SignType": {
"value": "real",
"allowOverride": true
},
"PB_PackageVersionPropsUrl": {
"value": ""
"value": "",
"isSecret": true
},
"PACKAGEVERSIONPROPSURL": {
"value": "$(PB_PackageVersionPropsUrl)"
"PB_RestoreSource": {
"value": "",
"isSecret": true
},
"PB_AssetRootUrl": {
"value": ""
"value": "",
"isSecret": true
},
"PB_UseEsrpSigning": {
"value": "false",
"allowOverride": true
}
},
"demands": [
@@ -484,11 +508,17 @@
"quality": "definition",
"drafts": [],
"queue": {
"id": 36,
"name": "DotNet-Build",
"_links": {
"self": {
"href": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330"
}
},
"id": 330,
"name": "DotNetCore-Build",
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/build/Queues/330",
"pool": {
"id": 39,
"name": "DotNet-Build"
"id": 97,
"name": "DotNetCore-Build"
}
},
"id": 5308,
@@ -505,4 +535,4 @@
"revision": 418098432,
"visibility": "organization"
}
}
}