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:
2
make.ps1
2
make.ps1
@@ -38,8 +38,8 @@ function Clean-Command
|
|||||||
{
|
{
|
||||||
$proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait
|
$proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait
|
||||||
rm *.dll
|
rm *.dll
|
||||||
rm *.dll.config
|
|
||||||
rm mods/*/*.dll
|
rm mods/*/*.dll
|
||||||
|
Get-ChildItem *.dll.config -exclude OpenRA.Platforms.Default.dll.config | Remove-Item
|
||||||
rm *.pdb
|
rm *.pdb
|
||||||
rm mods/*/*.pdb
|
rm mods/*/*.pdb
|
||||||
rm *.exe
|
rm *.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user