File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88 simplecov : true
99 os :
1010 - linux
11- - osx
11+ - ' osx # only tests Mac OSX edition of PowerShell Core '
1212 before_install_pre :
1313 - bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh) -skip-sudo-check
1414 - ' pwsh -NoProfile -NoLogo -NonInteractive -Command \$PSVersionTable # Output the PowerShell Core version information'
1515 - if [ $BUNDLER_VERSION ]; then
1616 gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri;
1717 fi
1818appveyor.yml :
19- unmanaged : true
19+ simplecov : true
20+ install_post :
21+ - ' ps: "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri https://github.com/PowerShell/PowerShell/raw/master/tools/install-powershell.ps1 -UseBasicParsing -OutFile install-pwsh.ps1"'
22+ - ' ps: "& ./install-pwsh.ps1"'
23+ - set PATH=%LOCALAPPDATA%\Microsoft\powershell;%PATH%
24+ - pwsh -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
25+ - powershell -NoProfile -NoLogo -NonInteractive -Command $PSVersionTable
2026Gemfile :
2127 optional :
2228 " :development " :
Original file line number Diff line number Diff line change 11---
22os :
33 - linux
4- - osx
4+ - osx # only tests Mac OSX edition of PowerShell Core
55dist : xenial
66language : ruby
77cache : bundler
Original file line number Diff line number Diff line change 7979 ],
8080 "pdk-version" : " 1.14.1" ,
8181 "template-url" : " https://github.com/puppetlabs/pdk-templates#master" ,
82- "template-ref" : " heads/master-0-gfaf9e8b "
82+ "template-ref" : " heads/master-0-g643529a "
8383}
You can’t perform that action at this time.
0 commit comments