Skip project build multiple times in referenced projects

Sambasiva Rao Vankayalapati 0 Reputation points
2023-05-04T10:57:45.05+00:00

We want to reduce build time by skipping execution of referenced projects multiple times during compilation.

Example:

We have 10 projects for compilation. Each project has referenced with multiple projects. like

  1. project1 has referenced with 3,5,6,7
  2. project2 has referenced with 1,5,6,8
  3. project3 has referenced with 6,5,9 ....

here project5 & 6 runs 3 times during project 1,2 & 3 build, but we want run Project 5 & 6 only once.

is there any way to achieve this?

Thanks in advance.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,374 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
322 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,248 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,999 questions
{count} votes