1 write to Operations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\CustomFileGlobModel.cs (1)
17
Operations
= operations;
3 references to Operations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\CustomFileGlobModel.cs (1)
44
if (globData.TryGetValue(nameof(
Operations
), out JsonNode? operationData))
RunnableProjectConfig.cs (2)
419
IReadOnlyList<CustomOperationModel> customOperationConfig = customGlobModel != null && customGlobModel.
Operations
!= null ? customGlobModel.
Operations
: new List<CustomOperationModel>();