1 implementation of SourceRelativePath
Microsoft.TemplateEngine.Core (1)
FileChange.cs (1)
18public string SourceRelativePath { get; }
2 references to SourceRelativePath
Microsoft.TemplateEngine.Cli (1)
PostActionProcessors\PostActionProcessorBase.cs (1)
42if (g.IsMatch(change.SourceRelativePath))
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
159Path.Combine(source.Source, fileChange.SourceRelativePath),