|
@@ -10,7 +10,7 @@ if not exist %1\Distribution\aipdev\ mkdir %1\Distribution\aipdev\
|
|
|
if not exist %1\Distribution\aipagent\ mkdir %1\Distribution\aipagent\
|
|
|
if not exist %1\Distribution\handytool\ mkdir %1\Distribution\handytool\
|
|
|
|
|
|
-del "%1\Bin\NetCore\aipsvr\*.pdb" /S /Q
|
|
|
+del "%1\Bin\aipsvr\*.pdb" /S /Q
|
|
|
del "%1\Bin\NetCore\aiplabeler\*.pdb" /S /Q
|
|
|
del "%1\Bin\NetCore\aipreviewer\*.pdb" /S /Q
|
|
|
del "%1\Bin\NetCore\aipul\*.pdb" /S /Q
|
|
@@ -19,7 +19,7 @@ del "%1\Bin\NetCore\aipagent\*.pdb" /S /Q
|
|
|
del "%1\Bin\NetCore\handytool\*.pdb" /S /Q
|
|
|
|
|
|
::Server
|
|
|
-xcopy "%1\Bin\NetCore\aipsvr\*.*" "%1\Distribution\aipsvr\*.*" /E /Y
|
|
|
+xcopy "%1\Bin\aipsvr\*.*" "%1\Distribution\aipsvr\*.*" /E /Y
|
|
|
|
|
|
::Server
|
|
|
xcopy "%1\Bin\aipmgr\publish\*.*" "%1\Distribution\aipmgr\publish\*.*" /E /Y
|