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

Publish additional packages to vssdk feed #64571

Merged
merged 2 commits into from
Oct 7, 2022

Conversation

JoeRobich
Copy link
Member

No description provided.

@@ -6,19 +6,19 @@
"packages": {
"default": {
"Microsoft.CodeAnalysis": "arcade",
"Microsoft.CodeAnalysis.Common": "arcade",
"Microsoft.CodeAnalysis.Common": "vssdk",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm this will stop publishing these via arcade I think. Is that OK? Feels like we still need to publish them to the dotnet feeds.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All our packages are always published by Arcade to the dotnet-tools feed. This should additionally publish it to vssdk.

Copy link
Member Author

@JoeRobich JoeRobich Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -6,19 +6,19 @@
"packages": {
"default": {
"Microsoft.CodeAnalysis": "arcade",
"Microsoft.CodeAnalysis.Common": "arcade",
"Microsoft.CodeAnalysis.Common": "vssdk",
"Microsoft.CodeAnalysis.Compilers": "arcade",
"Microsoft.CodeAnalysis.Scripting": "arcade",
"Microsoft.CodeAnalysis.Scripting.Common": "arcade",
"Microsoft.CodeAnalysis.Workspaces.Common": "arcade",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So if you're here, we're going to need a few more to completely move the VS build forward:

  • Microsoft.CodeAnalysis.Workspaces.Common
  • Microsoft.CodeAnalysis.CSharp.Workspaces
  • Microsoft.CodeAnalysis.VisualBasic.Workspaces
  • Microsoft.CodeAnalysis.EditorFeatures.Text
  • Microsoft.VisualStudio.LanguageServices

That's at least the list from a quick scan of the internal repo; there's probably going a few more too but that's the "obvious" list.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let us get them added now

@JoeRobich JoeRobich merged commit 5ae494e into main Oct 7, 2022
@ghost ghost added this to the Next milestone Oct 7, 2022
333fred added a commit to 333fred/roslyn that referenced this pull request Oct 10, 2022
* upstream/main: (252 commits)
  Use the source-built version of ref packs and don't use app host when building in source-build (dotnet#64055)
  Enable rich LSIF hover information. (dotnet#64580)
  Add ChecksumAlgorithm to project snapshot (dotnet#62840)
  Utility for uploading artifact on test failure (dotnet#64578)
  Enable diagnostics
  Revert "Remove unused TS brace completion code"
  Publish additional packages to vssdk feed (dotnet#64571)
  spelling
  Move check
  Simplify SymbolKey implementation
  lint
  Update publish data to test PR validation fix (dotnet#64559)
  Simplify
  Update src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/SymbolKey/SymbolKey.cs
  Lint
  Proper equality checks
  Update src/Workspaces/Remote/Core/RemoteCallback.cs
  Revert "Not wait for solution crawler because it can be very busy"
  Add and use TargetFramework.Net70 (dotnet#64490)
  Not wait for solution crawler because it can be very busy
  ...
@RikkiGibson RikkiGibson modified the milestones: Next, 17.5 P1 Oct 24, 2022
@JoeRobich JoeRobich deleted the dev/jorobich/update-package-publishing branch May 7, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants