Skip to content

Commit 7345927

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191002.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
1 parent e5d119e commit 7345927

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19501.4">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19502.11">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
9+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19501.4">
11+
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19502.11">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
13+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19501.4">
15+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19502.11">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
17+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
1818
</Dependency>
19-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.19501.4">
19+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.19502.11">
2020
<Uri>https://github.com/dotnet/arcade</Uri>
21-
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
21+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.19501.4">
23+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.19502.11">
2424
<Uri>https://github.com/dotnet/arcade</Uri>
25-
<Sha>c21a409f11386d22c6083198176868d3974de832</Sha>
25+
<Sha>da75c6547c64a91eb8a9cecf8c503331c2cc394a</Sha>
2626
</Dependency>
2727
</ToolsetDependencies>
2828
</Dependencies>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
</PropertyGroup>
2828
<!-- Arcade dependencies -->
2929
<PropertyGroup>
30-
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetArcadeSdkPackageVersion>
31-
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetHelixSdkPackageVersion>
32-
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetGenFacadesPackageVersion>
33-
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.19501.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
34-
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19501.4</MicrosoftDotNetSignToolVersion>
30+
<MicrosoftDotNetArcadeSdkPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetArcadeSdkPackageVersion>
31+
<MicrosoftDotNetHelixSdkPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetHelixSdkPackageVersion>
32+
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetGenFacadesPackageVersion>
33+
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.19502.11</MicrosoftDotNetXUnitExtensionsPackageVersion>
34+
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19502.11</MicrosoftDotNetSignToolVersion>
3535
</PropertyGroup>
3636
<!-- CoreFx dependencies -->
3737
<PropertyGroup>

eng/common/darc-init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function InstallDarcCli ($darcVersion) {
2323
$darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content
2424
}
2525

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

2828
Write-Host "Installing Darc CLI version $darcVersion..."
2929
Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed."

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function InstallDarcCli {
5858
echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g)
5959
fi
6060

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

6363
echo "Installing Darc CLI version $darcVersion..."
6464
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "3.0.100"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19501.4",
15-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19501.4"
14+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19502.11",
15+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19502.11"
1616
}
1717
}

0 commit comments

Comments
 (0)