-
Notifications
You must be signed in to change notification settings - Fork 4k
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 NuGet packages for 15.6 #23408
Conversation
This is incrementing our version numbers as a part of moving to the next VS release.
CC @dotnet/roslyn-infrastructure |
build/config/PublishData.json
Outdated
@@ -1,18 +1,18 @@ | |||
{ | |||
"branches": { | |||
"dev15.5.x": { | |||
"master": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be master-vs-deps, as that's where we'll be publishing packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(or alternately: if you do want to publish out of master, then the channels needs some way to distinguish)
build/Targets/Versions.props
Outdated
<!-- The release moniker for our packages. Developers should use "dev" and official builds pick the branch | ||
moniker listed below --> | ||
<RoslynNuGetMoniker Condition="'$(RoslynNuGetMoniker)' == ''">dev</RoslynNuGetMoniker> | ||
<RoslynNuGetMoniker Condition="'$(OfficialBuild)' == 'true'">beta3</RoslynNuGetMoniker> | ||
<RoslynNuGetMoniker Condition="'$(OfficialBuild)' == 'true'">beta1</RoslynNuGetMoniker> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beta2 now that this branch is Preview 2?
Responded to feedback |
cc @genlu |
@jasonmalinowski okay now that feedback addressed? |
"nuget": [ "https://dotnet.myget.org/F/roslyn/api/v2/package" ], | ||
"vsix": [ "https://dotnet.myget.org/F/roslyn/vsix/upload" ], | ||
"channels": [ "dev15.5", "dev15.5p3" ] | ||
"channels": [ "dev15.6" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, what does the channel
do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates value in the dotnet/versions repo.
Updating our publishing story for the 15.6 release: