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