1 write to GlobalCustomOperations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
161GlobalCustomOperations = CustomFileGlobModel.FromJObject((JsonObject)globalCustomConfigData, string.Empty);
2 references to GlobalCustomOperations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
ConfigModel\TemplateConfigModel.cs (1)
158JsonNode? globalCustomConfigData = JExtensions.GetPropertyCaseInsensitive(source, nameof(GlobalCustomOperations));
RunnableProjectConfig.cs (1)
102_operationConfig = ProduceOperationSetup(defaultOperationParams, true, ConfigurationModel.GlobalCustomOperations);