2017-04-10 11:41:01 +00:00
{
"build" : [
2018-08-07 15:19:03 +00:00
{
"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" : ""
}
} ,
2017-04-10 11:41:01 +00:00
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Delete 'corefx'" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task1" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "e213ff0f-5d5c-4791-802d-52ea3e7be1f1" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"scriptType" : "inlineScript" ,
"scriptName" : "" ,
"arguments" : "-path $(build.SourcesDirectory)\\corefx" ,
"workingFolder" : "" ,
2018-01-29 19:03:06 +00:00
"inlineScript" : "param($path)\nif ($path -and (Test-Path $path)){\nStop-Process -processname msbuild -ErrorAction Ignore -Verbose\nStop-Process -processname dotnet -ErrorAction Ignore -Verbose\nStop-Process -processname vbcscompiler -ErrorAction Ignore -Verbose\n$emptyFolder = (New-Item -ItemType Directory (Join-Path -Path $env:TEMP -ChildPath ([System.IO.Path]::GetRandomFileName()))).FullName\nrobocopy $emptyFolder $path /purge\nRemove-Item -Recurse -Force $path,$emptyFolder \nexit 0\n}" ,
2017-04-10 11:41:01 +00:00
"failOnStandardError" : "true"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "git clone" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task2" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(PB_Git)" ,
"arguments" : "clone $(PB_VsoCorefxGitUrl) corefx" ,
"workingFolder" : "" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "git checkout" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task3" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(PB_Git)" ,
"arguments" : "checkout $(SourceVersion)" ,
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Install Signing Plugin" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "and(succeeded(), in(variables.PB_SignType, 'real', 'test'))" ,
2018-01-24 17:04:36 +00:00
"refName" : "Task4" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "30666190-6959-11e5-9f96-f56098202fef" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
2018-01-24 17:04:36 +00:00
"signType" : "real" ,
2017-04-10 11:41:01 +00:00
"zipSources" : "false" ,
"version" : "" ,
2018-08-07 15:19:03 +00:00
"feedSource" : "https://devdiv.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json" ,
"esrpSigning" : "$(PB_UseEsrpSigning)"
2017-04-10 11:41:01 +00:00
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Run $(Build.SourcesDirectory)\\corefx\\clean.cmd" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task5" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\clean.cmd" ,
"arguments" : "-all" ,
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-08-07 15:19:03 +00:00
"environment" : {
"PACKAGEVERSIONPROPSURL" : "$(PB_PackageVersionPropsUrl)"
} ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Run $(Build.SourcesDirectory)\\corefx\\sync.cmd" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task6" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\sync.cmd" ,
2017-08-21 15:34:15 +00:00
"arguments" : "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments) $(PB_PipelineBuildMSBuildArguments)" ,
2017-04-10 11:41:01 +00:00
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Generate Version Assets" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task7" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\build-managed.cmd" ,
"arguments" : "-GenerateVersion -OfficialBuildId=$(OfficialBuildId)" ,
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Run $(Build.SourcesDirectory)\\corefx\\build.cmd" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task8" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\build.cmd" ,
2017-08-21 15:34:15 +00:00
"arguments" : "-OfficialBuildId=$(OfficialBuildId) $(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)" ,
2017-04-10 11:41:01 +00:00
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Run $(Build.SourcesDirectory)\\corefx\\build-tests.cmd" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "and(succeeded(), ne(variables.PB_SkipTests, 'true'))" ,
2018-01-24 17:04:36 +00:00
"refName" : "Task9" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\build-tests.cmd" ,
"arguments" : "$(PB_BuildTestsArguments)" ,
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Create Helix Test Jobs" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "and(succeeded(), ne(variables.PB_SkipTests, 'true'), ne(variables.PB_EnableCloudTest, 'false'))" ,
2018-01-24 17:04:36 +00:00
"refName" : "Task10" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "c6c4c611-aa2e-4a33-b606-5eaba2196824" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
2017-06-07 13:16:24 +00:00
"solution" : "$(Build.SourcesDirectory)\\corefx\\src\\upload-tests.proj" ,
2017-10-19 20:04:20 +00:00
"msbuildLocationMethod" : "version" ,
"msbuildVersion" : "14.0" ,
"msbuildArchitecture" : "x64" ,
"msbuildLocation" : "" ,
2017-04-10 11:41:01 +00:00
"platform" : "" ,
"configuration" : "" ,
2018-08-07 15:19:03 +00:00
"msbuildArguments" : "$(PB_CreateHelixArguments) /p:\"Branch=$(SourceBranch)\" /p:\"CloudDropConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudDropAccountName);AccountKey=$(CloudDropAccessToken);EndpointSuffix=core.windows.net\" /p:\"CloudResultsConnectionString=DefaultEndpointsProtocol=https;AccountName=$(PB_CloudResultsAccountName);AccountKey=$(OutputCloudResultsAccessToken);EndpointSuffix=core.windows.net\" /p:\"HelixApiAccessKey=$(HelixApiAccessKey)\" /p:\"HelixApiEndpoint=$(PB_HelixApiEndPoint)\" /p:TargetQueues=$(PB_TargetQueue) /p:\"OfficialBuildId=$(OfficialBuildId)\" /p:\"ProductBuildId=$(ProductBuildId)\"" ,
2017-04-10 11:41:01 +00:00
"clean" : "false" ,
"maximumCpuCount" : "false" ,
"restoreNugetPackages" : "false" ,
"logProjectEvents" : "false" ,
2017-10-19 20:04:20 +00:00
"createLogFile" : "false"
2017-04-10 11:41:01 +00:00
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
"alwaysRun" : false ,
"displayName" : "Push packages to Azure" ,
"timeoutInMinutes" : 0 ,
2018-01-24 17:04:36 +00:00
"refName" : "Task11" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\publish-packages.cmd" ,
2017-08-21 15:34:15 +00:00
"arguments" : "-AzureAccount=$(PB_CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -Container=$(PB_Label) -- /p:OverwriteOnPublish=false" ,
2017-04-10 11:41:01 +00:00
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
2018-01-24 17:04:36 +00:00
"continueOnError" : true ,
"alwaysRun" : true ,
"displayName" : "Copy Files to: $(Build.StagingDirectory)\\BuildLogs" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "succeededOrFailed()" ,
2018-01-24 17:04:36 +00:00
"refName" : "CopyFiles1" ,
"task" : {
"id" : "5bfb729a-a7c8-4a78-a7c3-8d717bb7c13c" ,
"versionSpec" : "2.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"SourceFolder" : "$(Build.SourcesDirectory)\\corefx" ,
"Contents" : "*.log" ,
"TargetFolder" : "$(Build.StagingDirectory)\\BuildLogs" ,
"CleanTargetFolder" : "false" ,
"OverWrite" : "false" ,
"flattenFolders" : "false"
}
} ,
{
"environment" : { } ,
"enabled" : true ,
"continueOnError" : true ,
"alwaysRun" : true ,
"displayName" : "Publish Artifact: BuildLogs" ,
2017-04-10 11:41:01 +00:00
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "succeededOrFailed()" ,
2018-01-24 17:04:36 +00:00
"refName" : "PublishBuildArtifacts2" ,
2017-04-10 11:41:01 +00:00
"task" : {
2018-01-24 17:04:36 +00:00
"id" : "2ff763a7-ce83-4e1f-bc89-0ae63477cebe" ,
2017-04-10 11:41:01 +00:00
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
2018-01-24 17:04:36 +00:00
"PathtoPublish" : "$(Build.StagingDirectory)\\BuildLogs" ,
2017-04-10 11:41:01 +00:00
"ArtifactName" : "BuildLogs" ,
"ArtifactType" : "Container" ,
2018-01-24 17:04:36 +00:00
"TargetPath" : "\\\\my\\share\\$(Build.DefinitionName)\\$(Build.BuildNumber)" ,
"Parallel" : "false" ,
"ParallelCount" : "8"
2017-04-10 11:41:01 +00:00
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : false ,
2017-10-19 20:04:20 +00:00
"alwaysRun" : false ,
2017-04-10 11:41:01 +00:00
"displayName" : "Execute cleanup tasks" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "always()" ,
2018-01-24 17:04:36 +00:00
"refName" : "Task14" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "521a94ea-9e68-468a-8167-6dcf361ea776" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : { }
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : true ,
"alwaysRun" : false ,
"displayName" : "Final clean to remove any lingering process" ,
"timeoutInMinutes" : 0 ,
2018-01-29 19:03:06 +00:00
"condition" : "always()" ,
2018-01-24 17:04:36 +00:00
"refName" : "Task15" ,
2017-04-10 11:41:01 +00:00
"task" : {
"id" : "d9bafed4-0b18-4f58-968d-86655b4d2ce9" ,
"versionSpec" : "1.*" ,
"definitionType" : "task"
} ,
"inputs" : {
"filename" : "$(Build.SourcesDirectory)\\corefx\\clean.cmd" ,
"arguments" : "" ,
"workingFolder" : "corefx" ,
"failOnStandardError" : "false"
}
} ,
{
2018-01-24 17:04:36 +00:00
"environment" : { } ,
2017-04-10 11:41:01 +00:00
"enabled" : true ,
"continueOnError" : true ,
2018-08-07 15:19:03 +00:00
"alwaysRun" : true ,
"displayName" : "run end.ps1" ,
2017-04-10 11:41:01 +00:00
"timeoutInMinutes" : 0 ,
2019-04-12 14:10:50 +00:00
"condition" : "always()" ,
2017-04-10 11:41:01 +00:00
"task" : {
2018-08-07 15:19:03 +00:00
"id" : "e213ff0f-5d5c-4791-802d-52ea3e7be1f1" ,
"versionSpec" : "2.*" ,
2017-04-10 11:41:01 +00:00
"definitionType" : "task"
} ,
"inputs" : {
2018-08-07 15:19:03 +00:00
"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" : ""
2017-04-10 11:41:01 +00:00
}
}
] ,
"options" : [
2017-10-19 20:04:20 +00:00
{
"enabled" : false ,
"definition" : {
"id" : "5d58cc01-7c75-450c-be18-a388ddb129ec"
} ,
"inputs" : {
"branchFilters" : "[\"+refs/heads/*\"]" ,
"additionalFields" : "{}"
}
} ,
2017-04-10 11:41:01 +00:00
{
"enabled" : false ,
"definition" : {
"id" : "a9db38f9-9fdc-478c-b0f9-464221e58316"
} ,
"inputs" : {
"workItemType" : "234347" ,
"assignToRequestor" : "true" ,
"additionalFields" : "{}"
}
} ,
{
"enabled" : false ,
"definition" : {
"id" : "57578776-4c22-4526-aeb0-86b6da17ee9c"
} ,
"inputs" : {
"additionalFields" : "{}"
}
}
] ,
"variables" : {
2017-10-19 20:04:20 +00:00
"CloudDropAccessToken" : {
"value" : null ,
"isSecret" : true
} ,
2018-08-07 15:19:03 +00:00
"HelixApiAccessKey" : {
"value" : null ,
"isSecret" : true
} ,
"OutputCloudResultsAccessToken" : {
"value" : null ,
"isSecret" : true
} ,
2017-10-19 20:04:20 +00:00
"OfficialBuildId" : {
"value" : "$(Build.BuildNumber)" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
} ,
2018-08-07 15:19:03 +00:00
"ProductBuildId" : {
"value" : "" ,
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_BuildArguments" : {
2018-01-24 17:04:36 +00:00
"value" : "-buildArch=x64 -Release -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_BuildTestsArguments" : {
"value" : "-buildArch=x64 -Release -SkipTests -- /p:RuntimeOS=win10" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_CleanAgent" : {
"value" : "true"
} ,
2017-04-10 11:41:01 +00:00
"PB_CloudDropAccountName" : {
"value" : "dotnetbuildoutput"
} ,
2017-10-19 20:04:20 +00:00
"PB_ConfigurationGroup" : {
"value" : "Debug" ,
"allowOverride" : true
2017-04-10 11:41:01 +00:00
} ,
2018-01-24 17:04:36 +00:00
"PB_TargetQueue" : {
"value" : "Windows.10.Amd64"
} ,
2017-10-19 20:04:20 +00:00
"PB_CreateHelixArguments" : {
2018-01-24 17:04:36 +00:00
"value" : "/t:CloudBuild /p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"EnableCloudTest=true\" /p:\"BuildMoniker=none\" /p:\"TargetQueue=$(PB_TargetQueue)\" /p:\"TestProduct=corefx\" /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Windows_NT\" /p:FilterToOSGroup=Windows_NT" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_Git" : {
"value" : "$(ProgramFiles)\\Git\\cmd\\git.exe"
} ,
2017-04-10 11:41:01 +00:00
"PB_Label" : {
"value" : "$(Build.BuildNumber)" ,
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_OptionalToolingSyncArguments" : {
"value" : "/p:OptionalToolSource=$(PB_OptionalToolSource) /p:OptionalToolSourceUser=$(PB_OptionalToolSourceUser);OptionalToolSourcePassword=$(PB_OptionalToolSourcePAT)"
2017-04-10 11:41:01 +00:00
} ,
2017-10-19 20:04:20 +00:00
"PB_OptionalToolSource" : {
2017-04-10 11:41:01 +00:00
"value" : null ,
2017-10-19 20:04:20 +00:00
"allowOverride" : true ,
2017-04-10 11:41:01 +00:00
"isSecret" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_OptionalToolSourcePAT" : {
"value" : null ,
"allowOverride" : true ,
"isSecret" : true
2017-04-10 11:41:01 +00:00
} ,
2017-10-19 20:04:20 +00:00
"PB_OptionalToolSourceUser" : {
"value" : null ,
"allowOverride" : true ,
"isSecret" : true
2017-04-10 11:41:01 +00:00
} ,
2017-10-19 20:04:20 +00:00
"PB_PipelineBuildMSBuildArguments" : {
"value" : "" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_Platform" : {
"value" : "x64" ,
"allowOverride" : true
2017-04-10 11:41:01 +00:00
} ,
"PB_RuntimeOS" : {
"value" : "win10"
} ,
2017-10-19 20:04:20 +00:00
"PB_SourceBranch" : {
"value" : "master" ,
"allowOverride" : true
2017-04-10 11:41:01 +00:00
} ,
"PB_SyncArguments" : {
"value" : "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10" ,
"allowOverride" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_VsoAccountName" : {
"value" : "dn-bot"
2017-04-10 11:41:01 +00:00
} ,
2017-10-19 20:04:20 +00:00
"PB_VsoCorefxGitUrl" : {
2018-08-07 15:19:03 +00:00
"value" : "https://$(PB_VsoAccountName):$(VsoPassword)@devdiv.visualstudio.com/DevDiv/_git/$(PB_VsoRepositoryName)/" ,
"isSecret" : true
2017-04-10 11:41:01 +00:00
} ,
2017-10-19 20:04:20 +00:00
"PB_VsoRepositoryName" : {
"value" : "DotNet-CoreFX-Trusted"
} ,
"SourceVersion" : {
"value" : "HEAD" ,
2017-04-10 11:41:01 +00:00
"allowOverride" : true
2017-06-07 13:16:24 +00:00
} ,
2017-10-19 20:04:20 +00:00
"system.debug" : {
"value" : "false" ,
"allowOverride" : true
2017-06-07 13:16:24 +00:00
} ,
2017-10-19 20:04:20 +00:00
"TeamName" : {
"value" : "DotNetCore"
2017-06-07 13:16:24 +00:00
} ,
2017-10-19 20:04:20 +00:00
"VsoPassword" : {
2017-06-07 13:16:24 +00:00
"value" : null ,
"isSecret" : true
} ,
2017-10-19 20:04:20 +00:00
"PB_SignType" : {
2018-01-24 17:04:36 +00:00
"value" : "real" ,
"allowOverride" : true
2018-01-29 19:03:06 +00:00
} ,
"PB_SkipTests" : {
"value" : "false" ,
"allowOverride" : true
} ,
"PB_PackageVersionPropsUrl" : {
2018-08-07 15:19:03 +00:00
"value" : "" ,
"isSecret" : true
2018-01-29 19:03:06 +00:00
} ,
2018-08-07 15:19:03 +00:00
"PB_RestoreSource" : {
"value" : "" ,
"isSecret" : true
2018-01-29 19:03:06 +00:00
} ,
"PB_AssetRootUrl" : {
2018-08-07 15:19:03 +00:00
"value" : "" ,
"isSecret" : true
} ,
"PB_UseEsrpSigning" : {
"value" : "false" ,
"allowOverride" : true
2017-04-10 11:41:01 +00:00
}
} ,
"demands" : [
"Agent.OS -equals windows_nt"
] ,
"retentionRules" : [
{
"branches" : [
"+refs/heads/*"
] ,
"artifacts" : [
"build.SourceLabel"
] ,
"artifactTypesToDelete" : [ ] ,
"daysToKeep" : 10 ,
"minimumToKeep" : 1 ,
"deleteBuildRecord" : true ,
"deleteTestResults" : true
}
] ,
"buildNumberFormat" : "$(date:yyyyMMdd)$(rev:-rr)" ,
"jobAuthorizationScope" : "projectCollection" ,
"jobTimeoutInMinutes" : 180 ,
2017-10-19 20:04:20 +00:00
"jobCancelTimeoutInMinutes" : 5 ,
2017-04-10 11:41:01 +00:00
"repository" : {
"properties" : {
"labelSources" : "0" ,
"reportBuildStatus" : "true" ,
"fetchDepth" : "0" ,
"gitLfsSupport" : "false" ,
"skipSyncSource" : "true" ,
2017-10-19 20:04:20 +00:00
"cleanOptions" : "3" ,
"checkoutNestedSubmodules" : "false" ,
"labelSourcesFormat" : "$(build.buildNumber)"
2017-04-10 11:41:01 +00:00
} ,
"id" : "0a2b2664-c1be-429c-9b40-8a24dee27a4a" ,
"type" : "TfsGit" ,
"name" : "DotNet-BuildPipeline" ,
"url" : "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-BuildPipeline" ,
"defaultBranch" : "refs/heads/master" ,
"clean" : "false" ,
"checkoutSubmodules" : false
} ,
2017-10-19 20:04:20 +00:00
"processParameters" : { } ,
2017-04-10 11:41:01 +00:00
"quality" : "definition" ,
2018-01-29 19:03:06 +00:00
"drafts" : [ ] ,
2017-04-10 11:41:01 +00:00
"queue" : {
2018-08-07 15:19:03 +00:00
"_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" ,
2017-04-10 11:41:01 +00:00
"pool" : {
2018-08-07 15:19:03 +00:00
"id" : 97 ,
"name" : "DotNetCore-Build"
2017-10-19 20:04:20 +00:00
}
2017-04-10 11:41:01 +00:00
} ,
"id" : 893 ,
"name" : "DotNet-CoreFx-Trusted-Windows" ,
2017-10-19 20:04:20 +00:00
"path" : "\\" ,
"type" : "build" ,
2018-01-24 17:04:36 +00:00
"queueStatus" : "enabled" ,
2017-04-10 11:41:01 +00:00
"project" : {
"id" : "0bdbc590-a062-4c3f-b0f6-9383f67865ee" ,
"name" : "DevDiv" ,
"description" : "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. " ,
"url" : "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee" ,
"state" : "wellFormed" ,
2018-01-29 19:03:06 +00:00
"revision" : 418098432 ,
2018-01-24 17:04:36 +00:00
"visibility" : "organization"
2017-04-10 11:41:01 +00:00
}
2018-08-07 15:19:03 +00:00
}