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 3950a97 commit 8b5ba3aCopy full SHA for 8b5ba3a
Markocoa/Commands/DeployCommand.cs
@@ -122,8 +122,6 @@ private static void CleanWorkingDirectory(string repoPath)
122
foreach (var file in files)
123
{
124
var name = System.IO.Path.GetFileName(file);
125
- if (string.Equals(name, "CNAME", StringComparison.OrdinalIgnoreCase))
126
- continue;
127
File.Delete(file);
128
}
129
0 commit comments