From 5b9d88a694524f3ddfa6635bb2c6afb946759aba Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 14 Feb 2018 17:56:56 +0100 Subject: [PATCH] temporarily disable fast updates --- build/tfs/common/publish.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/tfs/common/publish.ts b/build/tfs/common/publish.ts index ca580ce1b4d..f1fa87161e9 100644 --- a/build/tfs/common/publish.ts +++ b/build/tfs/common/publish.ts @@ -236,9 +236,9 @@ async function publish(commit: string, quality: string, platform: string, type: }; // Remove this if we ever need to rollback fast updates for windows - if (/win32/.test(platform)) { - asset.supportsFastUpdate = true; - } + // if (/win32/.test(platform)) { + // asset.supportsFastUpdate = true; + // } console.log('Asset:', JSON.stringify(asset, null, ' ')); -- GitLab