Add PDB directory to release script

This commit is contained in:
elasota
2020-05-29 00:00:11 -04:00
parent 5184d1594f
commit efae9cacd8

View File

@@ -1,5 +1,7 @@
rmdir /S /Q ReleasePkg rmdir /S /Q ReleasePkg
mkdir ReleasePkg\PDBs
mkdir ReleasePkg\Aerofoil mkdir ReleasePkg\Aerofoil
mkdir ReleasePkg\Aerofoil\Packaged mkdir ReleasePkg\Aerofoil\Packaged
mkdir ReleasePkg\Aerofoil\Resources mkdir ReleasePkg\Aerofoil\Resources
@@ -21,6 +23,9 @@ copy /Y x64\Release\FTagData.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\gpr2gpa.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\gpr2gpa.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\unpacktool.exe ReleasePkg\Aerofoil\Tools copy /Y x64\Release\unpacktool.exe ReleasePkg\Aerofoil\Tools
copy /Y x64\Release\*.pdb ReleasePkg\PDBs
xcopy /I /E /Y /K Packaged ReleasePkg\Aerofoil\Packaged xcopy /I /E /Y /K Packaged ReleasePkg\Aerofoil\Packaged
xcopy /I /E /Y /K Resources ReleasePkg\Aerofoil\Resources xcopy /I /E /Y /K Resources ReleasePkg\Aerofoil\Resources
xcopy /I /E /Y /K Documentation ReleasePkg\Aerofoil\Documentation xcopy /I /E /Y /K Documentation ReleasePkg\Aerofoil\Documentation