Skip to content

Commit 74844ae

Browse files
wanghoppeHoppe Wang
andauthored
Azure Batch: update CI configuration to include additional paths and artifacts (Azure#37247)
… batch service ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Hoppe Wang <hoppewang@microsoft.com>
1 parent 52feac8 commit 74844ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/batch/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trigger:
1111
include:
1212
- sdk/batch/ci.yml
1313
- sdk/batch/batch-rest
14+
- sdk/batch/batch
1415

1516
pr:
1617
branches:
@@ -24,6 +25,7 @@ pr:
2425
include:
2526
- sdk/batch/ci.yml
2627
- sdk/batch/batch-rest
28+
- sdk/batch/batch
2729

2830
extends:
2931
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
@@ -32,3 +34,5 @@ extends:
3234
Artifacts:
3335
- name: azure-rest-batch
3436
safeName: azurerestbatch
37+
- name: azure-batch
38+
safeName: azurebatch

0 commit comments

Comments
 (0)