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"