Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-07-16 01:59:20 +0300
committerGitHub <noreply@github.com>2020-07-16 01:59:20 +0300
commit84528f4185f43ccf2f6d1da804f8be353fd576d0 (patch)
tree1559f118a159431b6799ce428ce516664034fbbd /eng/common/post-build
parent8806a893b2057dbbf015b0bd18b58079fe7706cf (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200714.3 (#1363)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat From Version 5.0.0-beta.20330.3 -> To Version 5.0.0-beta.20364.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/post-build')
-rw-r--r--eng/common/post-build/symbols-validation.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1
index 495428ea2..a36fa6f26 100644
--- a/eng/common/post-build/symbols-validation.ps1
+++ b/eng/common/post-build/symbols-validation.ps1
@@ -144,7 +144,7 @@ $CountMissingSymbols = {
if ($MissingSymbols -ne 0)
{
- Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $MissingSymbols modules in the package $FileName"
+ Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $MissingSymbols modules in the package $PackagePath"
}
Pop-Location