Skip to content

Commit

Permalink
Update ci.yml for release (#26552)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 authored Jan 18, 2022
1 parent 2643105 commit c4f28fd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions sdk/spring/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ trigger:
- sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml
- sdk/spring/spring-cloud-azure-test-eventhubs-binder/pom.xml
- sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml
- sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml
- sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml

pr:
branches:
Expand Down Expand Up @@ -99,6 +101,8 @@ pr:
- sdk/spring/spring-cloud-azure-stream-binder-servicebus/pom.xml
- sdk/spring/spring-cloud-azure-test-eventhubs-binder/pom.xml
- sdk/spring/spring-cloud-azure-test-servicebus-binder/pom.xml
- sdk/spring/spring-cloud-azure-starter-active-directory/pom.xml
- sdk/spring/spring-cloud-azure-starter-active-directory-b2c/pom.xml

parameters:
- name: Artifacts
Expand Down Expand Up @@ -307,9 +311,15 @@ parameters:
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-storage-queue
- name: spring-cloud-azure-starter-active-directory
groupId: com.azure.spring
safeName: springcloudazurestarterstoragequeue
safeName: springcloudazurestarteractivedirectory
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
- name: spring-cloud-azure-starter-active-directory-b2c
groupId: com.azure.spring
safeName: springcloudazurestarteractivedirectoryb2c
skipPublishDocMs: true
skipUpdatePackageJson: true
skipVerifyChangelog: true
Expand Down

0 comments on commit c4f28fd

Please sign in to comment.