Commit 2427610
Add Ubuntu Build+Test to Appveyor CI (#940)
* 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.cs1 parent 00c4787 commit 2427610
2 files changed
+6
-4
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
20 | | - | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
0 commit comments