BeginnerinAzureDevOps
BeginnerinAzureDevOps

Reputation: 11

Renaming the Azure DevOps Project

We already have Azure DevOps project and the client wants us to rename the project,before changing the name wanted to know what would be impacts since we already have the existing pipelines,agents and release is happening continuously. Will renaming a project disturb the existing setup?

Upvotes: 1

Views: 4044

Answers (1)

Martin Brandl
Martin Brandl

Reputation: 59031

It depends on your pipeline, but unless you use the remote project repository URL in your build/release pipelines (which you probably don't), renaming should not affect your pipelines.

But be aware that the developer will have to do some changes, see: Required user actions for working with the renamed project

Upvotes: 1

Related Questions