Skip to content

[ArPow] Add NuGet.Client#11489

Merged
crummel merged 38 commits intodotnet:release/6.0.1xxfrom
crummel:addNuGetArPow
Aug 24, 2021
Merged

[ArPow] Add NuGet.Client#11489
crummel merged 38 commits intodotnet:release/6.0.1xxfrom
crummel:addNuGetArPow

Conversation

@crummel
Copy link

@crummel crummel commented Aug 11, 2021

@crummel
Copy link
Author

crummel commented Aug 11, 2021

Current issue is

  /home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/src/NuGet.Core/NuGet.Build.Tasks.Console/NuGet.Build.Tasks.Console.csproj : error NU1202: Package Microsoft.Build 17.0.0-preview-21330-06 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.Build 17.0.0-preview-21330-06 supports: net6.0 (.NETCoreApp,Version=v6.0) [/home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/build/restorehelper.targets]
  /home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/src/NuGet.Core/NuGet.Build.Tasks.Console/NuGet.Build.Tasks.Console.csproj : error NU1202: Package Microsoft.Build 17.0.0-preview-21330-06 is not compatible with net5.0 (.NETCoreApp,Version=v5.0). Package Microsoft.Build 17.0.0-preview-21330-06 supports: net6.0 (.NETCoreApp,Version=v6.0) [/home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/build/restorehelper.targets]
    Failed to restore /home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/src/NuGet.Core/NuGet.Build.Tasks.Console/NuGet.Build.Tasks.Console.csproj (in 1.23 sec).
  /home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj : error NU1202: Package Microsoft.Build 17.0.0-preview-21330-06 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Microsoft.Build 17.0.0-preview-21330-06 supports: net6.0 (.NETCoreApp,Version=v6.0) [/home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/build/restorehelper.targets]
  /home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/src/NuGet.Core/NuGet.CommandLine.XPlat/NuGet.CommandLine.XPlat.csproj : error NU1202: Package Microsoft.Build 17.0.0-preview-21330-06 is not compatible with net5.0 (.NETCoreApp,Version=v5.0). Package Microsoft.Build 17.0.0-preview-21330-06 supports: net6.0 (.NETCoreApp,Version=v6.0) [/home/chris/dotnet_core-sdk/artifacts/tarball/src/nuget-client.7363366401b43f4ea250394db8dad3707e9a9636/build/restorehelper.targets]

@crummel crummel changed the title [ArPow\ Add NuGet.Client [ArPow] Add NuGet.Client Aug 11, 2021
@MichaelSimons
Copy link
Member

Current status:

  1. Repo builds but is not producing the intermediate package because the build is not running through the arcade wrapper.
  2. Versioning patch needs to be investigated to understand why this is needed for SB.

dotnet-maestro bot and others added 10 commits August 18, 2021 00:32
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Ref: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 6.0.0-rc.1.21417.2 to 6.0.0-rc.1.21417.8 (parent: Microsoft.NET.Sdk)
….21 (dotnet#11569)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 17.0.0-preview-20210817-01 to 17.0.0-preview-20210817-02 (parent: Microsoft.NET.Sdk)
…817.1 (dotnet#11570)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.1.0-beta-21309-01 to 1.1.0-beta-21416-05 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21412.1 to 1.0.0-beta.21414.1 (parent: Microsoft.DotNet.Arcade.Sdk)
* Add runtime repo / update runtime project

* Update runtime-portable logs and properties

* Create runtime-portable git-info

* Fix unpack of IntermediatePackages

* Re-enable references to runtime

* Pass TargetRid and NonPortable to runtime build

* Only build allconfigurations in non-portable build

* Add SDK patch to disable new CA warning

* Increase built tarball timeout

* Update prebuilt version
Add rc1, 6.0 daily, and move main to 7.0
Removing 7.0 for now as there aren't builds yet.
…818.12 (dotnet#11594)

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.SourceLink.GitHub: from 1.1.0-beta-21416-05 to 1.1.0-beta-21417-01 (parent: Microsoft.DotNet.Arcade.Sdk)
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21414.1 to 1.0.0-beta.21417.1 (parent: Microsoft.DotNet.Arcade.Sdk)
@crummel crummel marked this pull request as ready for review August 19, 2021 16:33
@crummel crummel requested a review from a team as a code owner August 19, 2021 16:33
@crummel crummel changed the base branch from main to release/6.0.1xx August 23, 2021 15:14
@crummel crummel enabled auto-merge (squash) August 23, 2021 20:12
@crummel crummel merged commit f3ea71b into dotnet:release/6.0.1xx Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ArPow Tarball] Tier 2 - Add nuget-client repo to arpow tarball

5 participants