zip symbols

This commit is contained in:
David Sparer
2018-07-29 22:22:13 -05:00
parent 6a9fb25a18
commit fda5132184
3 changed files with 54 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ if ($ConfigurationName -match "Release") {
Write-Output "Removing unnecessary files from Release versions"
Remove-Item -Path (Join-Path -Path $TargetDir -ChildPath "app.publish") -Recurse -Force
$filesToDelete = Get-ChildItem -Path $TargetDir -Recurse -Include @(
"*.pdb",
"*.publish",
"*.xml",
"*.backup",