diff --git a/appveyor.yml b/appveyor.yml index 3d616c3..1529ff1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -68,27 +68,27 @@ for: matrix: only: - image: Visual Studio 2019 - environment: - - 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" - before_build: - - pwsh: Invoke-Build -Task ShowDebug - build_script: - - pwsh: Invoke-Build -Task Build + environment: + - 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" + before_build: + - pwsh: Invoke-Build -Task ShowDebug + build_script: + - pwsh: Invoke-Build -Task Build - test_script: - - pwsh: Invoke-Build -Task Test + test_script: + - pwsh: Invoke-Build -Task Test - before_deploy: - - pwsh: Invoke-Build -Task Deploy + before_deploy: + - pwsh: Invoke-Build -Task Deploy deploy: