From 5c820ab88b859063bd77b9ef747288d48b4ac63b Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Wed, 12 Aug 2020 11:08:17 +0300 Subject: [PATCH] Add logs --- azure-pipelines/templates/test-job.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 82df386..3649e23 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -48,6 +48,9 @@ jobs: Write-Host "We need it because log of previous step 'Use Node' is not available here yet." Write-Host "In testing step (Node.Tests.ps1) we analyze build log of 'Use Node' task" Write-Host "to determine if Node.js version was consumed from cache and was downloaded" + foreach ($process in Get-Process) { + Write-Host "Active process name: $($process.ProcessName)" + } - task: PowerShell@2 displayName: 'Run tests' inputs: