Skip to content

Commit

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

- Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19502.11
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19502.11
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19502.11
- Microsoft.DotNet.SignTool - 5.0.0-beta.19502.11
- Microsoft.DotNet.GenFacades - 5.0.0-beta.19502.11
  • Loading branch information
dotnet-maestro[bot] authored Oct 3, 2019
1 parent e5d119e commit 7345927
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19501.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19502.11">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19501.4">
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19502.11">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19501.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19502.11">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.19501.4">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.19502.11">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.19501.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.19502.11">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
</PropertyGroup>
<!-- Arcade dependencies -->
<PropertyGroup>
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19501.4</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetHelixSdkPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19502.11</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- CoreFx dependencies -->
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/darc-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function InstallDarcCli ($darcVersion) {
$darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content
}

$arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json'
$arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'

Write-Host "Installing Darc CLI version $darcVersion..."
Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed."
Expand Down
2 changes: 1 addition & 1 deletion eng/common/darc-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function InstallDarcCli {
echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g)
fi

local arcadeServicesSource="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json"
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"

echo "Installing Darc CLI version $darcVersion..."
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "3.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19501.4",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19501.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19502.11",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19502.11"
}
}

0 comments on commit 7345927

Please sign in to comment.