We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f60112 commit f1f0abdCopy full SHA for f1f0abd
src/FlubuCore/Commanding/Internal/InternalCommandExecutor.New.cs
@@ -161,6 +161,10 @@ internal async Task DownloadAndPrepareProject(string templateUri)
161
var tmp = files[0].Substring(rootDir.Length).TrimStart(Path.DirectorySeparatorChar);
162
var gitDirName = tmp.Substring(0, tmp.IndexOf(Path.DirectorySeparatorChar));
163
Directory.Delete(gitDirName, true);
164
+ File.Delete("Template.cs");
165
+ File.Delete("TemplateBak.cs");
166
+ File.Delete("Template.json");
167
168
FlubuSession.LogInfo($"The template '{Args.MainCommands[1]}' was created successfully.");
169
}
170
catch (InvalidDataException)
0 commit comments