Cake: Rename TFBuild alias to AzurePipelines

Created on 5 Nov 2019  路  6Comments  路  Source: cake-build/cake

What You Are Seeing?

With the rename of Visual Studio Team Services / Team Foundation Server to Azure DevOps, the TFBuild alias doesn't fit anymore.

What is Expected?

The alias should be called AzurePipelines instead. Classes should also be renamed. To be backwards compatible we can mark the existing TFBuild alias as obsolete. Additionaly we might want to remove obsolete members from the new alias / classes.

What version of Cake are you using?

0.35.0

Are you running on a 32 or 64 bit system?

N/A

What environment are you running on? Windows? Linux? Mac?

N/A

Are you running on a CI Server? If so, which one?

Azure Pipelines

Improvement

Most helpful comment


:tada: This issue has been resolved in version v0.38.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket:

All 6 comments

Can I take this one?

@Marusyk Sure! Make sure that you keep the existing aliases and mark them as obsolete so we're backwards compatible and doesn't break anyone's builds. You can find other examples of this in the code base. If you got any questions, feel free to reach out.

Hello @patriksvensson
Could you please give me some clarification?

  1. Copy TFBuild alias folder and rename it to AzurePipelines
  2. The TFBuild don't remove, just mark it as obsolete
  3. Add the AzurePipelines to BuildSystem and BuildSystemAliases
  4. All tests duplicate to AzurePipelines

What do you think about it?
Thank you in advance

Hello @patriksvensson
it would be great to have any comments from you

@Marusyk Sorry for the late reply. Missed this somehow...

Yes, sounds like a good idea!


:tada: This issue has been resolved in version v0.38.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket:

Was this page helpful?
0 / 5 - 0 ratings