Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add separate symbol publish (index/archive) build leg #18350

Merged
merged 1 commit into from
Apr 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 2 additions & 44 deletions buildpipeline/DotNet-CoreFx-Trusted-Windows-NoTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"displayName": "Index symbol sources",
"timeoutInMinutes": 0,
"task": {
"id": "0675668a-7bba-4ccb-901d-5ad6554ca653",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"SymbolsPath": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"SymbolsPath": "",
"SearchPattern": "corefx\\bin\\*$(PB_Platform).$(PB_ConfigurationGroup)\\**\\*.pdb",
"SymbolsFolder": "",
"SkipIndexing": "false",
Expand All @@ -206,45 +206,6 @@
"SymbolsArtifactName": "Symbols_$(PB_ConfigurationGroup)"
}
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Index symbols on http://symweb",
"timeoutInMinutes": 0,
"task": {
"id": "af503aa3-9d06-44b6-a549-d063a544a5c5",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"symbolStore": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"contacts": "jhendrix;mawilkie",
"project": "DDE"
}
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Publish to Symbols to Artifact Services",
"timeoutInMinutes": 0,
"task": {
"id": "29827cd1-5c33-4ff0-a817-abd46970ffc4",
"versionSpec": "0.*",
"definitionType": "task"
},
"inputs": {
"symbolServiceURI": "https://devdiv.artifacts.visualstudio.com/DefaultCollection",
"requestName": "$(system.teamProject)/$(Build.BuildNumber)/$(Build.BuildId)",
"sourcePath": "$(Build.SourcesDirectory)\\corefx\\bin",
"assemblyPath": "",
"toLowerCase": "true",
"detailedLog": "true",
"expirationInDays": "",
"usePat": "true"
}
},
{
"enabled": true,
"continueOnError": false,
Expand Down Expand Up @@ -403,9 +364,6 @@
"PB_CleanAgent": {
"value": "true"
},
"PB_SymbolsBuildIdRoot": {
"value": "DotNet-CoreFx-"
},
"PB_SyncArguments": {
"value": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10",
"allowOverride": true
Expand Down
46 changes: 2 additions & 44 deletions buildpipeline/DotNet-CoreFx-Trusted-Windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"displayName": "Index symbol sources",
"timeoutInMinutes": 0,
"task": {
"id": "0675668a-7bba-4ccb-901d-5ad6554ca653",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"SymbolsPath": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"SymbolsPath": "",
"SearchPattern": "corefx\\bin\\*$(PB_Platform).$(PB_ConfigurationGroup)\\**\\*.pdb",
"SymbolsFolder": "",
"SkipIndexing": "false",
Expand All @@ -251,45 +251,6 @@
"SymbolsArtifactName": "Symbols_$(PB_ConfigurationGroup)"
}
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Index symbols on http://symweb",
"timeoutInMinutes": 0,
"task": {
"id": "af503aa3-9d06-44b6-a549-d063a544a5c5",
"versionSpec": "1.*",
"definitionType": "task"
},
"inputs": {
"symbolStore": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
"contacts": "jhendrix;mawilkie",
"project": "DDE"
}
},
{
"enabled": true,
"continueOnError": false,
"alwaysRun": false,
"displayName": "Publish to Symbols to Artifact Services",
"timeoutInMinutes": 0,
"task": {
"id": "29827cd1-5c33-4ff0-a817-abd46970ffc4",
"versionSpec": "0.*",
"definitionType": "task"
},
"inputs": {
"symbolServiceURI": "https://devdiv.artifacts.visualstudio.com/DefaultCollection",
"requestName": "$(system.teamProject)/$(Build.BuildNumber)/$(Build.BuildId)",
"sourcePath": "$(Build.SourcesDirectory)\\corefx\\bin",
"assemblyPath": "",
"toLowerCase": "true",
"detailedLog": "true",
"expirationInDays": "",
"usePat": "true"
}
},
{
"enabled": true,
"continueOnError": false,
Expand Down Expand Up @@ -457,9 +418,6 @@
"PB_CleanAgent": {
"value": "true"
},
"PB_SymbolsBuildIdRoot": {
"value": "DotNet-CoreFx-"
},
"PB_SyncArguments": {
"value": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10",
"allowOverride": true
Expand Down
Loading