'How to disable Altering Index in DevOps CI/CD?

In our organization, we work on Visual Studio to manage our SQL Server 2016 databases (with Git on DevOps).

When we push our modifications, the Pipeline takes 1 hour to complete the Release in DevOps because it rebuilds the indexes.

How can we disable the rebuilding of the indexes when we push a modification please ?

The exact message in DevOps log is "... Aletring Index [dbo].....".

Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source