Exclude OpenRA.Platforms.Default.dll.config from clean

OpenRA.Platforms.Default.dll.config is part of the repo.
Linux makefile already excludes the file from removal.
This commit is contained in:
reaperrr
2019-04-06 05:19:04 +02:00
committed by abcdefg30
parent 6aea91bd46
commit 04a71a6c6a

View File

@@ -38,8 +38,8 @@ function Clean-Command
{
$proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait
rm *.dll
rm *.dll.config
rm mods/*/*.dll
Get-ChildItem *.dll.config -exclude OpenRA.Platforms.Default.dll.config | Remove-Item
rm *.pdb
rm mods/*/*.pdb
rm *.exe