udpate DeployTools
This commit is contained in:
parent
8423ff607f
commit
dceda08407
@ -407,7 +407,7 @@ namespace DeployTools
|
||||
static void CreateFileList()
|
||||
{
|
||||
var include = new[] { @".*\.*?\.(jpg|gif|png|html|js|svg|eot|ttf|woff|otf|css|ico)$" };
|
||||
var fileter = new[] { @"^(scripts|bin)\.*" };
|
||||
var fileter = new[] { @"^(scripts|bin|app_data)\.*" };
|
||||
|
||||
var allfiles = Directory.GetFiles(_sourceDirectory, "*.*", SearchOption.AllDirectories).ToDictionary(GetProjectSubPath, StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user