Commit f907cd8
committed
fix: require push=always for mergeTag, validate mutual exclusion with platformTag
- Fail early with a clear error if mergeTag is set without push: always,
preventing silent no-ops when default push filtering skips the manifest.
- Fail early if both mergeTag and platformTag are set on the same step.
- Simplify redundant return logic in mergeTag runPost blocks.
- Add push: always to manifest job examples in docs.1 parent 655be62 commit f907cd8
5 files changed
Lines changed: 50 additions & 16 deletions
File tree
- azdo-task/DevcontainersCi/src
- docs
- github-action
- dist
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
29 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
30 | 48 | | |
31 | 49 | | |
32 | 50 | | |
| |||
58 | 76 | | |
59 | 77 | | |
60 | 78 | | |
61 | | - | |
62 | 79 | | |
63 | 80 | | |
64 | 81 | | |
| |||
291 | 308 | | |
292 | 309 | | |
293 | 310 | | |
294 | | - | |
| 311 | + | |
295 | 312 | | |
296 | 313 | | |
297 | 314 | | |
298 | 315 | | |
299 | 316 | | |
300 | 317 | | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | 318 | | |
305 | 319 | | |
306 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| 173 | + | |
172 | 174 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2166 | 2166 | | |
2167 | 2167 | | |
2168 | 2168 | | |
| 2169 | + | |
| 2170 | + | |
| 2171 | + | |
| 2172 | + | |
| 2173 | + | |
2169 | 2174 | | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
2170 | 2180 | | |
2171 | 2181 | | |
2172 | 2182 | | |
| |||
2189 | 2199 | | |
2190 | 2200 | | |
2191 | 2201 | | |
2192 | | - | |
2193 | 2202 | | |
2194 | 2203 | | |
2195 | 2204 | | |
| |||
2378 | 2387 | | |
2379 | 2388 | | |
2380 | 2389 | | |
2381 | | - | |
2382 | | - | |
2383 | | - | |
2384 | | - | |
| 2390 | + | |
2385 | 2391 | | |
2386 | 2392 | | |
2387 | 2393 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
40 | 56 | | |
41 | 57 | | |
42 | 58 | | |
| |||
65 | 81 | | |
66 | 82 | | |
67 | 83 | | |
68 | | - | |
69 | 84 | | |
70 | 85 | | |
71 | 86 | | |
| |||
293 | 308 | | |
294 | 309 | | |
295 | 310 | | |
296 | | - | |
| 311 | + | |
297 | 312 | | |
298 | 313 | | |
299 | 314 | | |
300 | 315 | | |
301 | 316 | | |
302 | 317 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 318 | | |
307 | 319 | | |
308 | 320 | | |
| |||
0 commit comments