Skip to content

Commit 0ca6dc9

Browse files
committed
add log
1 parent 373ffeb commit 0ca6dc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/_run_all.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ param(
66

77
. ..\nupkg\common.ps1
88

9+
Start-Transcript -Append _run_all_log.txt
10+
911
if (!$branch)
1012
{
1113
$branch = Read-Host "Enter the branch name"
@@ -41,3 +43,4 @@ $publishGithubReleaseParams = @{
4143
./7-publish-github-release.ps1 @publishGithubReleaseParams
4244
./8-download-release-zip.ps1
4345

46+
Stop-Transcript

0 commit comments

Comments
 (0)