excluded tile manifest from postbuild "tidy"-script

This commit is contained in:
Faryan Rezagholi
2018-12-23 23:17:29 +01:00
parent 9420420622
commit 38a79d8d3e

View File

@@ -21,7 +21,9 @@ if ($ConfigurationName -match "Release") {
"*.log",
"*vshost*",
"*.tmp"
)
) -Exclude @(
"mRemoteNG.VisualElementsManifest.xml"
)
Remove-Item -Path $filesToDelete.FullName
Write-Output $filesToDelete.FullName
}