Browse Source

Update dependencies from https://github.com/dotnet/arcade build 20201214.8 (#860)

[master] Update dependencies from dotnet/arcade
pull/862/head
dotnet-maestro[bot] 6 years ago
committed by GitHub
parent
commit
a397c0b4e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      eng/Version.Details.xml
  2. 2
      eng/common/native/CommonLibrary.psm1
  3. 2
      global.json

20
eng/Version.Details.xml

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20611.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20614.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4e8e7e7300b9a35796e2a81a9c93b34d975573db</Sha>
<Sha>b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20611.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.20614.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4e8e7e7300b9a35796e2a81a9c93b34d975573db</Sha>
<Sha>b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20611.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.20614.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4e8e7e7300b9a35796e2a81a9c93b34d975573db</Sha>
<Sha>b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20611.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20614.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4e8e7e7300b9a35796e2a81a9c93b34d975573db</Sha>
<Sha>b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20611.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.20614.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4e8e7e7300b9a35796e2a81a9c93b34d975573db</Sha>
<Sha>b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

2
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
}

2
global.json

@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20611.1"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20614.8"
}
}

Loading…
Cancel
Save