Commit c005599
Use separate test.yaml files files since param passing of pwsh still doesn't seem to fully work correctly (#1466)
* Pass pwsh parameter explicitly as runtime parameter
* fix yaml
* try use compile time expression
* cannot cast to bool, use string
* compile time expressions everywhere
* Revert "compile time expressions everywhere"
This reverts commit 517ba15.
* runtime expr
* try use $() expression and don't pass parameter
* try re-add param section
* try use bracket again
* try split test template
# Conflicts:
# .azure-pipelines-ci/templates/test-powershell.yaml
* re-enable build
* remove duplicated entry
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>1 parent 7bb24d2 commit c005599
File tree
3 files changed
+28
-7
lines changed- .azure-pipelines-ci
- templates
3 files changed
+28
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | | - | |
| 53 | + | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 1 | | |
7 | 2 | | |
8 | 3 | | |
| |||
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments