You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -264,11 +267,11 @@ function CheckSymbolsAvailable {
264
267
265
268
if ($TotalFailures-gt0-or$DupedSymbols-gt0) {
266
269
if ($TotalFailures-gt0) {
267
-
Write-PipelineTelemetryError-Category 'CheckSymbols'-Message "Symbols missing for $TotalFailures packages"
270
+
Write-PipelineTelemetryError-Category 'CheckSymbols'-Message "Symbols missing for $TotalFailures/$TotalPackages packages"
268
271
}
269
272
270
273
if ($DupedSymbols-gt0) {
271
-
Write-PipelineTelemetryError-Category 'CheckSymbols'-Message "$DupedSymbols packages had duplicated symbol files"
274
+
Write-PipelineTelemetryError-Category 'CheckSymbols'-Message "$DupedSymbols/$TotalPackages packages had duplicated symbol files and could not be extracted"
0 commit comments