You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -1,5 +1,47 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "bfc8bf76-e7ac-4a8c-9a55-a944a9f632fd",
|
||||
"versionSpec": "1.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(VS140COMNTOOLS)\\VsDevCmd.bat",
|
||||
"arguments": "",
|
||||
"modifyEnvironment": "true",
|
||||
"workingFolder": "",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
@@ -24,7 +66,7 @@
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "sync -ab",
|
||||
"displayName": "Sync packages",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
|
||||
@@ -36,50 +78,91 @@
|
||||
"scriptName": "",
|
||||
"arguments": "$(PB_CloudDropAccountName) $(CloudDropAccessToken) $(PB_Label)",
|
||||
"workingFolder": "$(Pipeline.SourcesDirectory)",
|
||||
"inlineScript": "param($account, $token, $container)\n.\\sync.cmd -ab -- /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container",
|
||||
"inlineScript": "param($account, $token, $container)\n.\\sync.cmd -ab -- /v:D /p:CloudDropAccountName=$account /p:CloudDropAccessToken=$token /p:ContainerName=$container",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {},
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Extract symbol packages; if release branch, archive",
|
||||
"displayName": "symbol packages -> Blob Feed",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "and(succeeded(), contains(variables.PB_PublishType, 'blob'), eq(variables.PB_ConfigurationGroup, 'Release'))",
|
||||
"task": {
|
||||
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
|
||||
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
|
||||
"versionSpec": "1.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"scriptType": "inlineScript",
|
||||
"scriptName": "",
|
||||
"arguments": "-ConfigGroup $(PB_ConfigurationGroup) -SymPkgGlob $(PB_AzureContainerSymbolPackageGlob) -Branch $(SourceBranch)",
|
||||
"filename": "msbuild",
|
||||
"arguments": "src\\publish.proj /t:PublishSymbolsToAzureBlobFeed /p:PublishSymbols=\"true\" $(FeedPublishArguments)",
|
||||
"workingFolder": "$(Pipeline.SourcesDirectory)",
|
||||
"inlineScript": "param($ConfigGroup, $SymPkgGlob, $Branch)\nif ($ConfigGroup -ne \"Release\") { exit }\n$archive = $Branch.StartsWith(\"release/\")\n\n$target = \"GetAllSymbolFilesToPublish\"\nif ($archive) { $target = \"SubmitSymbolsRequest\" }\n\n.\\build-managed.cmd -- `\n/t:$target `\n/p:SymbolPackagesToPublishGlob=$SymPkgGlob `\n/p:ArchiveSymbols=$archive `\n/v:D",
|
||||
"failOnStandardError": "true"
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {},
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Publish Symbols to Artifact Services",
|
||||
"displayName": "Publish symbols to msdl",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "and(succeeded(), contains(variables.PB_PublishType, 'msdl'), eq(variables.PB_ConfigurationGroup, 'Release'))",
|
||||
"task": {
|
||||
"id": "29827cd1-5c33-4ff0-a817-abd46970ffc4",
|
||||
"versionSpec": "0.*",
|
||||
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
|
||||
"versionSpec": "1.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"symbolServiceURI": "https://microsoft.artifacts.visualstudio.com/DefaultCollection",
|
||||
"requestName": "$(system.teamProject)/$(Build.BuildNumber)/$(Build.BuildId)",
|
||||
"sourcePath": "$(Pipeline.SourcesDirectory)\\bin\\obj\\SymbolsRequest\\ExtractedPackages",
|
||||
"assemblyPath": "",
|
||||
"toLowerCase": "true",
|
||||
"detailedLog": "true",
|
||||
"expirationInDays": "30",
|
||||
"usePat": "false"
|
||||
"filename": "msbuild",
|
||||
"arguments": "src\\publish.proj /v:D /t:PublishAllSymbols /p:SymbolServerPath=$(PB_MsdlSymbolServerPath) /p:SymbolServerPAT=$(PB_MsdlSymbolServerPAT) /p:SymbolExpirationInDays=$(PB_SymbolExpirationInDays) $(FeedPublishArguments)",
|
||||
"workingFolder": "$(Pipeline.SourcesDirectory)",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {},
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Publish symbols to symweb",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "and(succeeded(), contains(variables.PB_PublishType, 'symweb'), eq(variables.PB_ConfigurationGroup, 'Release'))",
|
||||
"task": {
|
||||
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
|
||||
"versionSpec": "1.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "msbuild",
|
||||
"arguments": "src\\publish.proj /v:D /t:PublishAllSymbols /p:SymbolServerPath=$(PB_SymwebSymbolServerPath) /p:SymbolServerPAT=$(PB_SymwebSymbolServerPAT) /p:SymbolExpirationInDays=$(PB_SymbolExpirationInDays) $(FeedPublishArguments)",
|
||||
"workingFolder": "$(Pipeline.SourcesDirectory)",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"environment": {},
|
||||
"enabled": true,
|
||||
"continueOnError": true,
|
||||
"alwaysRun": true,
|
||||
"displayName": "run end.ps1",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
|
||||
"versionSpec": "2.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -132,7 +215,7 @@
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_ConfigurationGroup": {
|
||||
"value": "Debug",
|
||||
"value": "Release",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_CloudDropAccountName": {
|
||||
@@ -141,28 +224,21 @@
|
||||
},
|
||||
"CloudDropAccessToken": {
|
||||
"value": null,
|
||||
"allowOverride": true,
|
||||
"isSecret": true
|
||||
},
|
||||
"OfficialBuildId": {
|
||||
"value": "$(Build.BuildNumber)",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_Label": {
|
||||
"value": "$(Build.BuildNumber)",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_BuildConfiguration": {
|
||||
"value": "release"
|
||||
},
|
||||
"PB_BuildPlatform": {
|
||||
"value": "any cpu"
|
||||
"PB_BlobNamePrefix": {
|
||||
"value": "$(PB_PipeBuildIdentifier)/",
|
||||
"allowOverride": true
|
||||
},
|
||||
"Pipeline.SourcesDirectory": {
|
||||
"value": "$(Build.BinariesDirectory)\\pipelineRepository"
|
||||
},
|
||||
"PB_VstsAccountName": {
|
||||
"value": "dagood"
|
||||
"value": "dn-bot"
|
||||
},
|
||||
"PB_VstsRepositoryName": {
|
||||
"value": "DotNet-CoreFX-Trusted",
|
||||
@@ -175,6 +251,14 @@
|
||||
"value": null,
|
||||
"isSecret": true
|
||||
},
|
||||
"AzureContainerSymbolPackageDirectory": {
|
||||
"value": "$(Pipeline.SourcesDirectory)\\packages\\AzureTransfer\\$(PB_ConfigurationGroup)\\symbols",
|
||||
"allowOverride": true
|
||||
},
|
||||
"OfficialBuildId": {
|
||||
"value": "$(Build.BuildNumber)",
|
||||
"allowOverride": true
|
||||
},
|
||||
"SourceVersion": {
|
||||
"value": "master",
|
||||
"allowOverride": true
|
||||
@@ -183,34 +267,39 @@
|
||||
"value": "master",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_AzureContainerSymbolPackageGlob": {
|
||||
"value": "$(Pipeline.SourcesDirectory)\\packages\\AzureTransfer\\$(PB_ConfigurationGroup)\\symbols\\*.nupkg",
|
||||
"FeedPublishArguments": {
|
||||
"value": "$(PB_BuildOutputManifestArguments) /p:AccountKey=$(PB_PublishBlobFeedKey) /p:ExpectedFeedUrl=$(PB_PublishBlobFeedUrl) /p:ConfigurationGroup=$(PB_ConfigurationGroup)"
|
||||
},
|
||||
"PB_PublishBlobFeedUrl": {
|
||||
"value": "",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_DotNetCoreShareDir": {
|
||||
"value": "passed-by-pipebuild",
|
||||
"allowOverride": true
|
||||
"PB_PublishBlobFeedKey": {
|
||||
"value": null,
|
||||
"isSecret": true
|
||||
},
|
||||
"SymbolsProject": {
|
||||
"value": "CLR"
|
||||
"PB_PublishType": {
|
||||
"value": ""
|
||||
},
|
||||
"SymbolsStatusMail": {
|
||||
"value": "dagood;mawilkie"
|
||||
"PB_BuildOutputManifestArguments": {
|
||||
"value": "/p:ManifestBuildId=$(OfficialBuildId) /p:ManifestBranch=$(SourceBranch) /p:ManifestCommit=$(SourceVersion)"
|
||||
},
|
||||
"SymbolsUserName": {
|
||||
"value": "dlab"
|
||||
"PB_MsdlSymbolServerPath": {
|
||||
"value": "https://microsoftpublicsymbols.artifacts.visualstudio.com/DefaultCollection"
|
||||
},
|
||||
"SymbolsRelease": {
|
||||
"value": "rtm"
|
||||
"PB_MsdlSymbolServerPAT": {
|
||||
"value": null,
|
||||
"isSecret": true
|
||||
},
|
||||
"SymbolsProductGroup": {
|
||||
"value": "Visual_Studio"
|
||||
"PB_SymwebSymbolServerPath": {
|
||||
"value": "https://microsoft.artifacts.visualstudio.com/DefaultCollection"
|
||||
},
|
||||
"SymbolsProductName": {
|
||||
"value": "dotnetcore"
|
||||
"PB_SymwebSymbolServerPAT": {
|
||||
"value": null,
|
||||
"isSecret": true
|
||||
},
|
||||
"SymbolPublishDestinationDir": {
|
||||
"value": "$(PB_DotNetCoreShareDir)\\$(PB_VstsRepositoryName)\\$(PB_Label)\\"
|
||||
"PB_SymbolExpirationInDays": {
|
||||
"value": "30"
|
||||
}
|
||||
},
|
||||
"retentionRules": [
|
||||
@@ -273,4 +362,4 @@
|
||||
"state": "wellFormed",
|
||||
"revision": 418097642
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user