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 NuGet packages for 15.6 #23408

Merged
merged 3 commits into from
Nov 29, 2017
Merged

Publish NuGet packages for 15.6 #23408

merged 3 commits into from
Nov 29, 2017

Conversation

jaredpar
Copy link
Member

Updating our publishing story for the 15.6 release:

  • Moving to the 2.7 version number scheme
  • Again publish packages out of master

This is incrementing our version numbers as a part of moving to the next VS release.
@jaredpar
Copy link
Member Author

CC @dotnet/roslyn-infrastructure

@@ -1,18 +1,18 @@
{
"branches": {
"dev15.5.x": {
"master": {
Copy link
Member

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.

Copy link
Member

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)

<!-- 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>
Copy link
Member

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?

@jaredpar
Copy link
Member Author

Responded to feedback

@shyamnamboodiripad
Copy link
Contributor

cc @genlu

@jaredpar
Copy link
Member Author

@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" ]
Copy link
Member

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?

Copy link
Member Author

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.

@jaredpar jaredpar merged commit 7692269 into dotnet:master Nov 29, 2017
@jaredpar jaredpar deleted the fix-ver branch November 29, 2017 00:17
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.

4 participants