From e40f16e1e06722a2fab3639c5092b747416e446c Mon Sep 17 00:00:00 2001 From: MaksimZhukov Date: Wed, 12 Aug 2020 11:11:14 +0300 Subject: [PATCH] fix typo --- azure-pipelines/templates/test-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 3649e23..8e5b96f 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -50,7 +50,7 @@ jobs: 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: