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-12-21 16:21:39 +0300
committerGitHub <noreply@github.com>2020-12-21 16:21:39 +0300
commit34751791cd499ba5cfdb0b801cbf8c7a26c3ef92 (patch)
tree184637632dc74d8fd8369dd958661c15eb6449fe /eng/common
parente3088345d9966c86d04000dd1f1e35e8cf6c1639 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20201216.18 (#1710)
[master] Update dependencies from dotnet/arcade
Diffstat (limited to 'eng/common')
-rw-r--r--eng/common/native/CommonLibrary.psm12
-rw-r--r--eng/common/performance/microbenchmarks.proj2
2 files changed, 2 insertions, 2 deletions
diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1
index d7d1a6510..adf707c8f 100644
--- a/eng/common/native/CommonLibrary.psm1
+++ b/eng/common/native/CommonLibrary.psm1
@@ -48,7 +48,7 @@ function DownloadAndExtract {
-Verbose:$Verbose
if ($DownloadStatus -Eq $False) {
- Write-Error "Download failed"
+ Write-Error "Download failed from $Uri"
return $False
}
diff --git a/eng/common/performance/microbenchmarks.proj b/eng/common/performance/microbenchmarks.proj
index 94b6efbc9..318ca5f1b 100644
--- a/eng/common/performance/microbenchmarks.proj
+++ b/eng/common/performance/microbenchmarks.proj
@@ -141,4 +141,4 @@
<Timeout>4:00</Timeout>
</HelixWorkItem>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>