From 0ca6dc9032751368f9159a33200e6075eddb3071 Mon Sep 17 00:00:00 2001 From: Volosoft Agent <43883821+voloagent@users.noreply.github.com> Date: Wed, 26 Jan 2022 10:59:04 +0300 Subject: [PATCH] add log --- deploy/_run_all.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/_run_all.ps1 b/deploy/_run_all.ps1 index 9c43035a41c..d3596a3d90e 100644 --- a/deploy/_run_all.ps1 +++ b/deploy/_run_all.ps1 @@ -6,6 +6,8 @@ param( . ..\nupkg\common.ps1 +Start-Transcript -Append _run_all_log.txt + if (!$branch) { $branch = Read-Host "Enter the branch name" @@ -41,3 +43,4 @@ $publishGithubReleaseParams = @{ ./7-publish-github-release.ps1 @publishGithubReleaseParams ./8-download-release-zip.ps1 +Stop-Transcript \ No newline at end of file