Skip to content

GH3553: Add DotNetNuGetPush aliases (synonym to DotNetCoreNuGetPush)#3636

Merged
augustoproiete merged 1 commit intocake-build:developfrom
augustoproiete-forks:add-dotnet-push-alias
Oct 26, 2021
Merged

GH3553: Add DotNetNuGetPush aliases (synonym to DotNetCoreNuGetPush)#3636
augustoproiete merged 1 commit intocake-build:developfrom
augustoproiete-forks:add-dotnet-push-alias

Conversation

@augustoproiete
Copy link
Member

@augustoproiete augustoproiete commented Oct 26, 2021

DotNetCore DotNet synonym
DotNetCoreNuGetPush ➡️ 🆕 DotNetNuGetPush
DotNetCoreNuGetPushSettings ➡️ 🆕 DotNetNuGetPushSettings
  • New DotNetNuGetPush aliases are being introduced
  • DotNetNuGetPush aliases contain the code of the existing DotNetCoreNuGetPush (rename/move)
  • Existing DotNetCoreNuGetPush aliases are forwarding calls to newly introduced DotNetNuGetPush aliases
  • New DotNetNuGetPushSettings class is being introduced
  • DotNetNuGetPushSettings class contains the code of DotNetCoreNuGetPushSettings (rename/move)
  • The previous DotNetCoreNuGetPushSettings is now empty and inherits from the new DotNetNuGetPushSettings
  • Namespaces Cake.Common.Tools.DotNetCore.NuGetPush.* have been preserved as to not introduce breaking changes
  • Unit Tests and Integration Tests remain the same, and call the old DotNetCore*** aliases, exercising the new DotNet*** aliases in the process

Closes #3553

@augustoproiete augustoproiete requested a review from a team October 26, 2021 01:25
Copy link
Member

@nils-a nils-a left a comment

Choose a reason for hiding this comment

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

LGTM!

@augustoproiete augustoproiete merged commit d726fa3 into cake-build:develop Oct 26, 2021
@augustoproiete augustoproiete deleted the add-dotnet-push-alias branch October 26, 2021 15:28
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.

Add DotNetNuGetPush aliases (synonym to DotNetCoreNuGetPush)

2 participants