Commit 7575218
feat(executor): auto-capture ADO build variables in ExecutionContext (#378)
* feat(executor): auto-capture ADO build variables in ExecutionContext
Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/814f3245-184d-4610-9c1f-f251b9825eca
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
* refactor(test): simplify env_from helper signature
Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/814f3245-184d-4610-9c1f-f251b9825eca
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>1 parent 05fede2 commit 7575218
6 files changed
Lines changed: 234 additions & 17 deletions
File tree
- src
- safeoutputs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
148 | 159 | | |
149 | 160 | | |
150 | 161 | | |
| |||
376 | 387 | | |
377 | 388 | | |
378 | 389 | | |
| 390 | + | |
379 | 391 | | |
380 | 392 | | |
381 | 393 | | |
| |||
410 | 422 | | |
411 | 423 | | |
412 | 424 | | |
| 425 | + | |
413 | 426 | | |
414 | 427 | | |
415 | 428 | | |
| |||
560 | 573 | | |
561 | 574 | | |
562 | 575 | | |
| 576 | + | |
563 | 577 | | |
564 | 578 | | |
565 | 579 | | |
| |||
604 | 618 | | |
605 | 619 | | |
606 | 620 | | |
| 621 | + | |
607 | 622 | | |
608 | 623 | | |
609 | 624 | | |
| |||
648 | 663 | | |
649 | 664 | | |
650 | 665 | | |
| 666 | + | |
651 | 667 | | |
652 | 668 | | |
653 | 669 | | |
| |||
697 | 713 | | |
698 | 714 | | |
699 | 715 | | |
| 716 | + | |
700 | 717 | | |
701 | 718 | | |
702 | 719 | | |
| |||
907 | 924 | | |
908 | 925 | | |
909 | 926 | | |
| 927 | + | |
910 | 928 | | |
911 | 929 | | |
912 | 930 | | |
| |||
952 | 970 | | |
953 | 971 | | |
954 | 972 | | |
| 973 | + | |
955 | 974 | | |
956 | 975 | | |
957 | 976 | | |
| |||
1055 | 1074 | | |
1056 | 1075 | | |
1057 | 1076 | | |
| 1077 | + | |
1058 | 1078 | | |
1059 | 1079 | | |
1060 | 1080 | | |
| |||
1084 | 1104 | | |
1085 | 1105 | | |
1086 | 1106 | | |
| 1107 | + | |
1087 | 1108 | | |
1088 | 1109 | | |
1089 | 1110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
| 704 | + | |
704 | 705 | | |
705 | 706 | | |
706 | 707 | | |
| |||
766 | 767 | | |
767 | 768 | | |
768 | 769 | | |
| 770 | + | |
769 | 771 | | |
770 | 772 | | |
771 | 773 | | |
| |||
806 | 808 | | |
807 | 809 | | |
808 | 810 | | |
| 811 | + | |
809 | 812 | | |
810 | 813 | | |
811 | 814 | | |
| |||
846 | 849 | | |
847 | 850 | | |
848 | 851 | | |
| 852 | + | |
849 | 853 | | |
850 | 854 | | |
851 | 855 | | |
| |||
0 commit comments