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