Skip to content

Commit

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

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20061.1
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20061.1
- Microsoft.DotNet.SignTool - 5.0.0-beta.20061.1
  • Loading branch information
dotnet-maestro[bot] committed Jan 12, 2020
1 parent a5f5bb5 commit bf9b2ca
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 19 deletions.
3 changes: 0 additions & 3 deletions NuGet.config
Expand Up @@ -2,9 +2,6 @@
<configuration>
<packageSources>
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-core-setup-65f04fb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-65f04fb6/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget-nugetclient" value="https://dotnetfeed.blob.core.windows.net/nuget-nugetclient/index.json" />
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20060.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20061.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>384a4bfab9ea05bff33790d21cb7e1d863e4e599</Sha>
<Sha>b1f4549e88a136ed8ae657a39f8316b98b9bf80a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20060.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20061.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>384a4bfab9ea05bff33790d21cb7e1d863e4e599</Sha>
<Sha>b1f4549e88a136ed8ae657a39f8316b98b9bf80a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20060.4">
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20061.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>384a4bfab9ea05bff33790d21cb7e1d863e4e599</Sha>
<Sha>b1f4549e88a136ed8ae657a39f8316b98b9bf80a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="5.0.0-alpha.1.20058.9">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -25,7 +25,7 @@
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
<SystemReflectionMetadataVersion>1.5.0</SystemReflectionMetadataVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20060.4</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20061.1</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down
Expand Up @@ -132,7 +132,6 @@ stages:
/p:InstallersAzureAccountKey=$(dotnetcli-storage-key)
/p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl)
/p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key)
/p:PublishToAzureDevOpsNuGetFeeds=true
/p:AzureDevOpsStaticShippingFeed='${{ parameters.shippingFeed }}'
/p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
/p:AzureDevOpsStaticTransportFeed='${{ parameters.transportFeed }}'
Expand Down
6 changes: 0 additions & 6 deletions eng/common/templates/post-build/post-build.yml
Expand Up @@ -54,12 +54,6 @@ stages:
pool:
vmImage: 'windows-2019'
steps:
# This is necessary whenever we want to publish/restore to an AzDO private feed
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
# otherwise it'll complain about accessing a private feed.
- task: NuGetAuthenticate@0
displayName: 'Authenticate to AzDO Feeds'

- task: DownloadBuildArtifacts@0
displayName: Download Package Artifacts
inputs:
Expand Down
4 changes: 2 additions & 2 deletions global.json
Expand Up @@ -6,7 +6,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20060.4",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20060.4"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20061.1",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20061.1"
}
}

0 comments on commit bf9b2ca

Please sign in to comment.