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-05-04 15:30:46 +0300
committerGitHub <noreply@github.com>2020-05-04 15:30:46 +0300
commit24586af23839fa118c05dba37f14a1d64796c27a (patch)
tree27347422121fcbc1e6f5d1fe84a3535b28d3f121 /eng/common/tools.ps1
parentd3eb4ea8179516b0554a3d3089c71062496bd6f0 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200428.4 (#1160)
- Microsoft.DotNet.ApiCompat: 5.0.0-beta.20221.14 -> 5.0.0-beta.20228.4 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20221.14 -> 5.0.0-beta.20228.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/tools.ps1')
-rw-r--r--eng/common/tools.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index 3721ce881..f31377a6b 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -547,7 +547,7 @@ function InitializeToolset() {
MSBuild-Core $proj $bl /t:__WriteToolsetLocation /clp:ErrorsOnly`;NoSummary /p:__ToolsetLocationOutputFile=$toolsetLocationFile
- $path = Get-Content $toolsetLocationFile -TotalCount 1
+ $path = Get-Content $toolsetLocationFile -Encoding UTF8 -TotalCount 1
if (!(Test-Path $path)) {
throw "Invalid toolset path: $path"
}