You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test using pwsh
* fix yaml syntax
* install platyps on pwsh
* appveyor still uses pwsh 6.0.0
* fix 1 test for pwsh. 1 remaining
* make test pending that is failing on pwsh on Windows as well.
* re-fix test for pwsh
* really fix test and simplify
* tweak and optimize appveyor.yml
* extract appveyor steps into ps module to eliminate code duplication
* fix and simplify test script
* fix path problem and put appveyor finish into module as well
* pwsh sessions are not being persisted on appveyor. Fix module deployment as well
* remove wmf4 image temporarily to run it on the fork again
* revert test script to non-module version because some tests failed
* try fix yaml syntax
* use consistent space and try $ErrorActionPreference = 'Stop' in appveyor module
* fix appveyorfinish for pwsh and give test-appveyor function a last try
* take out invoke-appveyortest method since it does not work in the appveyor environment
* add wmf4 image as it is ready for PW now.
* install platyps in a wmf4 friendly way
* let's try if we can remove the hard coded checkout path (fingers crossed this works in WMF as well)
* let's try if we can rename the PowerShellEdition to something more meaningful (again fingers crossed for the WMF 4 build)
* Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE to 1 to speed-up WMF4 builds, which have to install the .net sdk from scratch
* make indentation consistent after rename
* remove setting PATH for psmodulepath in yaml (not needed for VS 2017 image, let's hope it works for WMF 4 as well)
* try ubuntu image
* fix ps edition
* fix test for linux
* add debugging code
* fix case sensitivity problems
* re-add other images for PR
* git mv rules\UseSupportsShouldProcess.cs Rules\UseSupportsShouldProcess.cs
0 commit comments