Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20201…
Browse files Browse the repository at this point in the history
…216.18 (#23747)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] committed Dec 21, 2020
1 parent 0393d72 commit b90e28e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20610.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3346d7b4ff047c854913fb2ded6e3aa726da6d11</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20610.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20616.18">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3346d7b4ff047c854913fb2ded6e3aa726da6d11</Sha>
<Sha>26b005488dd7ddf6356873cb01a7b763a82a9622</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/common/native/CommonLibrary.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function DownloadAndExtract {
-Verbose:$Verbose

if ($DownloadStatus -Eq $False) {
Write-Error "Download failed"
Write-Error "Download failed from $Uri"
return $False
}

Expand Down
2 changes: 1 addition & 1 deletion eng/common/performance/microbenchmarks.proj
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
<Timeout>4:00</Timeout>
</HelixWorkItem>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20610.4",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20610.4"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20616.18",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20616.18"
}
}

0 comments on commit b90e28e

Please sign in to comment.