Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4b97514

Browse files
authored
Merge pull request #15985 from dagood/remove-conversion/release/2.1
Never attempt Portable PDB conversion (release/2.1)
2 parents 256d12a + b566f3f commit 4b97514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildpipeline/DotNet-Trusted-Publish-Symbols.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"enabled": true,
4343
"continueOnError": false,
4444
"alwaysRun": false,
45-
"displayName": "Extract symbol packages; if release branch, archive",
45+
"displayName": "Extract symbol packages",
4646
"timeoutInMinutes": 0,
4747
"task": {
4848
"id": "e213ff0f-5d5c-4791-802d-52ea3e7be1f1",
@@ -54,7 +54,7 @@
5454
"scriptName": "",
5555
"arguments": "-BuildType $(PB_BuildType) -SymPkgGlob $(PB_AzureContainerSymbolPackageGlob) -Branch $(SourceBranch)",
5656
"workingFolder": "$(Pipeline.SourcesDirectory)",
57-
"inlineScript": "param($BuildType, $SymPkgGlob, $Branch)\nif ($BuildType -ne \"Release\") { exit }\n$archive = $Branch.StartsWith(\"release/\")\n\n$target = \"UnzipSymbolPackagesForPublish\"\nif ($archive) { $target = \"SubmitSymbolsRequest\" }\n\n.\\run.cmd build -- `\n/t:$target `\n/p:SymbolPackagesToPublishGlob=$SymPkgGlob `\n/p:ArchiveSymbols=$archive `\n/p:SkipCreateWindowsPdbsFromPortablePdbs=true `\n/v:D",
57+
"inlineScript": "param($BuildType, $SymPkgGlob, $Branch)\nif ($BuildType -ne \"Release\") { exit }\n\n.\\run.cmd build -- `\n/t:UnzipSymbolPackagesForPublish `\n/p:SymbolPackagesToPublishGlob=$SymPkgGlob `\n/v:D",
5858
"failOnStandardError": "true"
5959
}
6060
},

0 commit comments

Comments
 (0)