From 6d02b0d23bc3feaca24588bbaaf93f7ca3cf8d2a Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 5 Nov 2021 17:26:34 +0000 Subject: [PATCH] feat(chore): Update appveyor powershell names (#2891) --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fd4295648e..69efdaf703 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,14 +14,14 @@ environment: innounp: '%scoop_helpers%\innounp\innounp.exe' matrix: - PowerShell: 5 - - PowerShell: 6 + - PowerShell: Current cache: - '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml' - C:\projects\helpers -> appveyor.yml, test\bin\*.ps1 matrix: fast_finish: true init: - - ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/lukesampson/scoop" "$env:SCOOP" } + - ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/ScoopInstaller/Scoop" "$env:SCOOP" } for: - matrix: only: @@ -32,7 +32,7 @@ for: - ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER" - matrix: only: - - PowerShell: 6 + - PowerShell: Current install: - pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1" test_script: