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

Commit 060b69e

Browse files
authored
Merge pull request #27340 from weshaggard/SkipPortablePdbConversion
Skip portable PDB conversion
2 parents 5b51318 + 90b2a99 commit 060b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpipeline/DotNet-Trusted-Publish-Symbols.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"scriptName": "",
5757
"arguments": "-ConfigGroup $(PB_ConfigurationGroup) -SymPkgGlob $(PB_AzureContainerSymbolPackageGlob) -Branch $(SourceBranch)",
5858
"workingFolder": "$(Pipeline.SourcesDirectory)",
59-
"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",
59+
"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:SkipCreateWindowsPdbsFromPortablePdbs=true `\n/p:SymbolPackagesToPublishGlob=$SymPkgGlob `\n/p:ArchiveSymbols=$archive `\n/v:D",
6060
"failOnStandardError": "true"
6161
}
6262
},

0 commit comments

Comments
 (0)