Skip to content

Commit 3eddf83

Browse files
committed
(maint) Update appveyor to output powershell versions
Previously the appveyor test setup didn't ouput the PowerShell versions being tested. This is useful when debugging and reproducing test failures.
1 parent 20758d4 commit 3eddf83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ spec/default_facts.yml:
2727
.travis.yml:
2828
unmanaged: true
2929

30+
appveyor.yml:
31+
test_script:
32+
- pwsh -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
33+
- powershell -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
34+
3035
.gitlab-ci.yml:
3136
delete: true

0 commit comments

Comments
 (0)