Skip to content

Commit

Permalink
[master] Update dependencies from dotnet/arcade (#450)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/arcade build 20200213.6

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20113.6

* Update dependencies from https://github.com/dotnet/arcade build 20200214.5

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20114.5
  • Loading branch information
dotnet-maestro[bot] authored Feb 15, 2020
1 parent 9ef6464 commit 7c86a0e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 72 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20112.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20114.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>951ea7430678b2682ff861fe1149b8a2f55887ca</Sha>
<Sha>16fbdca79f86f36434b80f2bb898861759ec754b</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
44 changes: 0 additions & 44 deletions eng/common/post-build/darc-gather-drop.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion eng/common/post-build/nuget-validation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param(
try {
. $PSScriptRoot\post-build-utils.ps1

$url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1'
$url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/3e25ad135146676bcab0050a516939d9958bfa5d/src/VerifyMicrosoftPackage/verify.ps1'

New-Item -ItemType 'directory' -Path ${ToolDestinationPath} -Force

Expand Down
23 changes: 0 additions & 23 deletions eng/common/templates/post-build/darc-gather-drop.yml

This file was deleted.

2 changes: 1 addition & 1 deletion eng/common/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function GetDotNetInstallScript {

# Use curl if available, otherwise use wget
if command -v curl > /dev/null; then
with_retries curl "$install_script_url" -isSLv --retry 10 --create-dirs -o "$install_script" || {
with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || {
local exit_code=$?
Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')."
ExitWithExitCode $exit_code
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"xcopy-msbuild": "16.3.0-alpha"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20112.7"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20114.5"
}
}

0 comments on commit 7c86a0e

Please sign in to comment.