From f01d2d2d7d912ea42476e0b4da934ed2e819e1df Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 19 Jan 2018 14:24:56 +0100 Subject: [PATCH] log asset --- build/tfs/common/publish.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/tfs/common/publish.ts b/build/tfs/common/publish.ts index 8e25b630c3e..ca580ce1b4d 100644 --- a/build/tfs/common/publish.ts +++ b/build/tfs/common/publish.ts @@ -240,6 +240,8 @@ async function publish(commit: string, quality: string, platform: string, type: asset.supportsFastUpdate = true; } + console.log('Asset:', JSON.stringify(asset, null, ' ')); + const release = { id: commit, timestamp: (new Date()).getTime(),