Add build clean command to build instrction for C++/CX.

GitOrigin-RevId: c34113f913693a830b718c06cc7ef46ead387cac
This commit is contained in:
levlam 2019-01-08 02:05:25 +03:00
parent eeb2faede0
commit 80086a215a
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ function onOptionsChanged() {
break;
}
commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -mode clean');
commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -vcpkg_root ../../vcpkg' + archiver_option);
if (install_dir) {
commands.push('cp build-uwp/vsix/tdlib.vsix ' + install_dir);