Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
voloagent committed Jan 26, 2022
1 parent 373ffeb commit 0ca6dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/_run_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ param(

. ..\nupkg\common.ps1

Start-Transcript -Append _run_all_log.txt

if (!$branch)
{
$branch = Read-Host "Enter the branch name"
Expand Down Expand Up @@ -41,3 +43,4 @@ $publishGithubReleaseParams = @{
./7-publish-github-release.ps1 @publishGithubReleaseParams
./8-download-release-zip.ps1

Stop-Transcript

0 comments on commit 0ca6dc9

Please sign in to comment.