Commit 0eb7026
authored
[ci] Fix xaprepare usage for nightly tests (#6381)
Context: 05ca38c
Some of the nightly pipelines tests are failing because they need the
recent "run `xaprepare` on .NET6" changes (05ca38c), otherwise
`xaprepare.exe` can't be found:
Cannot open assembly '/Users/runner/work/1/s/build-tools/xaprepare/xaprepare/bin/Release/xaprepare.exe': No such file or directory.
A search of the repo shows these should be the final remaining
instances still using `mono xaprepare`.1 parent 4855a04 commit 0eb7026
File tree
3 files changed
+12
-8
lines changed- build-tools/automation
- yaml-templates
3 files changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments