From eb3b334e42370920bea8261bbc5dda248156e3ef Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Tue, 15 Jun 2021 14:25:03 +0300 Subject: [PATCH] corrected indentation --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1529ff1..2f6b8e4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,13 +72,13 @@ for: - PShell: '7' install: - pwsh: | - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null - Install-Module InvokeBuild -Scope CurrentUser -Force - Install-Module BuildHelpers -Scope CurrentUser -Force - Install-Module platyPS -Scope CurrentUser -Force - Install-Module Pester -Scope CurrentUser -Force - Install-Module PSScriptAnalyzer -Scope CurrentUser -Force - $env:releasePath = "$($pwd.Path)\Release" + Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null + Install-Module InvokeBuild -Scope CurrentUser -Force + Install-Module BuildHelpers -Scope CurrentUser -Force + Install-Module platyPS -Scope CurrentUser -Force + Install-Module Pester -Scope CurrentUser -Force + Install-Module PSScriptAnalyzer -Scope CurrentUser -Force + $env:releasePath = "$($pwd.Path)\Release" before_build: - pwsh: Invoke-Build -Task ShowDebug build_script: