Update dependencies from https://github.com/dotnet/arcade build 20210225.5 (#9809)
[master] Update dependencies from dotnet/arcade - Coherency Updates: - Microsoft.SourceLink.GitHub: from 1.1.0-beta-21101-02 to 1.1.0-beta-21115-02 (parent: Microsoft.DotNet.Arcade.Sdk) - XliffTasks: from 1.0.0-beta.21103.1 to 1.0.0-beta.21110.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
b496a22a71
commit
f73afb2305
13 changed files with 52 additions and 118 deletions
|
@ -169,7 +169,7 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
|
|||
Set-Content -Path $sdkCacheFileTemp -Value $dotnetRoot
|
||||
|
||||
try {
|
||||
Rename-Item -Force -Path $sdkCacheFileTemp 'sdk.txt'
|
||||
Move-Item -Force $sdkCacheFileTemp (Join-Path $ToolsetDir 'sdk.txt')
|
||||
} catch {
|
||||
# Somebody beat us
|
||||
Remove-Item -Path $sdkCacheFileTemp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue