From 80086a215a777c788e99974b29064fa9ed8384bc Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 8 Jan 2019 02:05:25 +0300 Subject: [PATCH] Add build clean command to build instrction for C++/CX. GitOrigin-RevId: c34113f913693a830b718c06cc7ef46ead387cac --- build.html | 1 + 1 file changed, 1 insertion(+) diff --git a/build.html b/build.html index 0f99bfb0..6a2a3cc6 100644 --- a/build.html +++ b/build.html @@ -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);