Lines Matching full:builds
97 High level builds steps:
102 * Handling incremental builds
125 ### Handling incremental builds
127 #### Gathering files to check for incremental builds argument
143 #### Understanding incremental builds argument
179 * If within the project - empty files are created to prevent incremental builds doing unnecessary r…
194 ## Handling design time builds
196 Design-time builds are special builds that Visual Studio uses to gather information about the proje…
198 See [Design-Time Builds](https://github.com/dotnet/project-system/blob/main/docs/design-time-builds…
200 The Grpc.Tools build targets used to try and optimise design time builds by disabling calling the
205 Now design time builds behave exactly the same as a normal build.