Commit 6845e41
committed
[temp] Default CI to build additions fork branch for PR Azure#877
GitHub-triggered ADO PR runs can't set pipeline parameters interactively,
so flip the defaults to point at the fork branch that contains the matching
unpublished library snapshot:
buildAdditionsFromSource: true
additionsRepoUrl: https://github.com/ahmedmuhsin/azure-functions-java-additions.git
additionsBranch: feat/http-response-bodystream
REVERT THIS COMMIT before merge — once the companion PR
(Azure/azure-functions-java-additions#55) lands and a matching
`azure-functions-java-core-library` version is published to Maven Central,
the defaults should return to:
buildAdditionsFromSource: false
additionsRepoUrl: https://github.com/Azure/azure-functions-java-additions.git
additionsBranch: dev1 parent be77bf4 commit 6845e41
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
28 | | - | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
32 | | - | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
0 commit comments