-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Bump intellisense version to RC1 (main) #59115
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
Conversation
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThe .NET 6.0 RC1 documentation is live now in MS Docs: https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0 I generated the IntelliSense nuget package version for that branch. Here's the pipeline output of the package push: https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=253085&view=logs&j=fd490c07-0b22-5182-fac9-6d67fe1e939b&t=11e7ea89-affe-5194-cdc6-0171c3394706 This is the change for
|
|
@dotnet/runtime-infrastructure The CI is failing to find the intellisense package. Any idea what could be causing this? It was pushed here. |
|
@joperezr helped me. Apparently the package is being pushed to a feed called Line 22 in 0c90347
I'll contact the Docs Dev team so they fix the feed to which they publish the intellisense nuget package, then I will regenerate the pacakge, and will then update this PR with the new package number. |
.NET 7 (main) should not consume packages from the dotnet6* feeds. Instead we should publish that package to the dotnet7-transport feed as well. cc @mmitche Tracking issue: #57716 |
The .NET 6.0 RC1 documentation is live now in MS Docs: https://docs.microsoft.com/en-us/dotnet/api/?view=net-6.0
I generated the IntelliSense nuget package version for that branch. Here's the pipeline output of the package push: https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=253085&view=logs&j=fd490c07-0b22-5182-fac9-6d67fe1e939b&t=11e7ea89-affe-5194-cdc6-0171c3394706
This is the change for
main. I'll send a separate PR for the RC2 branch (after it gets snapped).