Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/arcade #187

Open
wants to merge 886 commits into
base: main
Choose a base branch
from

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Aug 30, 2024

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Subscription: 92c25bea-b43c-4b62-6774-08d8f479343c
  • Build: 20241025.3
  • Date Produced: October 25, 2024 9:09:03 PM UTC
  • Commit: ee7a468d815a3401b842e23ee336dd9d679d973d
  • Branch: refs/heads/main

dotnet-maestro bot and others added 30 commits September 11, 2023 12:12
…901.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23451.1
…911.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23461.2
…911.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23461.2
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
Include the top-level files in the repo in the solution under a new "items" folder.
Change "project.lock.json" to "project.assets.json". While project.lock.json is still supported, most of the time NuGet package information will be written to and read from the package.assets.json file.
Per the requirements of https://docs.opensource.microsoft.com/releasing/, add a basic CONTRIBUTING.md document.
Add the SECURITY.md file as required by https://docs.opensource.microsoft.com/releasing/.
Include the data collection and trademark information as required by https://docs.opensource.microsoft.com/releasing/.
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
The PR builds for dotnet/NuGet.BuildTasks are currently broken because the build pool we've specified, NetCore1ESPool-Public, doesn't actually exist. Here we make the following fixes to try and get it running again:

1. Update the comment to point to the correct pipeline under https://dev.azure.com/dnceng-public.
2. Update the build pool name to something that actually exists, and the demands to require a newer version of VS. These values both come from the PR build used for dotnet/project-system.
Address open source compliance requirements
…913.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.22411.2 -> To Version 8.0.0-beta.23463.1
…-83660c5cb01c

[main] Update dependencies from dotnet/arcade
Currently we don't publish any build artifacts if the build succeeds. While we don't generally need to keep the binaries, build logs, or test logs around I plan on making changes to how the repo builds and it would be useful to have at least the .binlog files.

Also update the artifact names to correctly describe what they contain.
Reduce our NuGet feeds down to a single one, dotnet-project-system-public-packages. This is the same as the one used by the dotnet/project-system repo.
Add in the dotnet-eng feed so we can pick up Arcade.
The PR build is getting weird authentication errors I wouldn't expect from what should be a publicly accessible feed. Here I try adding `disabledPackageSources` simply because dotnet/roslyn does that.
Switch from dotnet-project-system-public-packages to vs-impl.
Copy everything from the NuGet.config in dotnet/roslyn, since that is also an Arcade-based build.
Cut the number of feed back down to the ones I actually see involved in restoring packages.
Update the build pool to one based on VS 2022 instead of VS 2019.
…829.6

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 9.0.0-beta.24170.7 -> To Version 10.0.0-beta.24429.6
…830.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24429.6 -> To Version 10.0.0-beta.24430.1
…905.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24430.1 -> To Version 10.0.0-beta.24455.1
…906.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24455.1 -> To Version 10.0.0-beta.24456.3
…909.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24456.3 -> To Version 10.0.0-beta.24459.1
…909.12

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24459.1 -> To Version 10.0.0-beta.24459.12
…911.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24459.12 -> To Version 10.0.0-beta.24461.3
…912.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24461.3 -> To Version 10.0.0-beta.24462.1
…913.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24462.1 -> To Version 10.0.0-beta.24463.4
…916.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24463.4 -> To Version 10.0.0-beta.24466.4
…917.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24466.4 -> To Version 10.0.0-beta.24467.1
…923.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24467.1 -> To Version 10.0.0-beta.24473.2
@adamint adamint force-pushed the darc-main-cd36ed2c-3955-453d-a4f2-ff1375def2d2 branch from 0305eba to 4999936 Compare September 24, 2024 17:37
…925.5

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24473.2 -> To Version 10.0.0-beta.24475.5
…926.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24475.5 -> To Version 10.0.0-beta.24476.2
…001.6

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24476.2 -> To Version 10.0.0-beta.24501.6
…003.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24501.6 -> To Version 10.0.0-beta.24503.1
…004.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24503.1 -> To Version 10.0.0-beta.24504.4
…010.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24504.4 -> To Version 10.0.0-beta.24510.1
…010.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24510.1 -> To Version 10.0.0-beta.24510.3
…011.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24510.3 -> To Version 10.0.0-beta.24511.1
…014.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24511.1 -> To Version 10.0.0-beta.24514.3
…015.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24514.3 -> To Version 10.0.0-beta.24515.3
…022.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24515.3 -> To Version 10.0.0-beta.24522.1
…023.2

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 10.0.0-beta.24522.1 -> To Version 10.0.0-beta.24523.2
…023.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 9.0.0-beta.24170.7 -> To Version 10.0.0-beta.24523.3
…025.3

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 9.0.0-beta.24170.7 -> To Version 10.0.0-beta.24525.3
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.

5 participants