1 implementation of VariableFormatString
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunSpec.cs (1)
18public string VariableFormatString { get; }
1 reference to VariableFormatString
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
96EngineConfig config = new EngineConfig(logger, EngineConfig.DefaultWhitespaces, EngineConfig.DefaultLineEndings, spec.RootVariableCollection, runSpec.Value.VariableFormatString);