From cd79d00e38fe019debcf87779ae311e938c14c5b Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 3 Jun 2020 22:37:43 +0200 Subject: [PATCH] i hate yaml --- PSWriteWord.AzurePipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PSWriteWord.AzurePipelines.yml b/PSWriteWord.AzurePipelines.yml index e2bda9e..5d874cd 100644 --- a/PSWriteWord.AzurePipelines.yml +++ b/PSWriteWord.AzurePipelines.yml @@ -3,7 +3,7 @@ jobs: pool: vmImage: vs2017-win2016 steps: - - powershell: | - Install-Module -Name Pester -Repository PSGallery -Force -SkipPublisherCheck - .\PSWriteWord.Tests.ps1 -Verbose - displayName: "Run Pester Tests - PowerShell 5" \ No newline at end of file + - powershell: | + Install-Module -Name Pester -Repository PSGallery -Force -SkipPublisherCheck + .\PSWriteWord.Tests.ps1 -Verbose + displayName: "Run Pester Tests - PowerShell 5"