Add intermediate data folder removing on build tool clean command
This commit is contained in:
@@ -421,7 +421,10 @@ namespace Flax.Build.Graph
|
||||
{
|
||||
var path = CachePath;
|
||||
if (File.Exists(path))
|
||||
{
|
||||
Log.Info("Removing: " + path);
|
||||
File.Delete(path);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user