File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+
3+ trigger :
4+ branches :
5+ include :
6+ - main
7+ - feature/*
8+ - hotfix/*
9+ - release/*
10+ paths :
11+ include :
12+ - sdk/spring/ci.monitor.yml
13+ - sdk/spring/spring-cloud-azure-starter-monitor/
14+ pr :
15+ branches :
16+ include :
17+ - main
18+ - feature/*
19+ - hotfix/*
20+ - release/*
21+ paths :
22+ include :
23+ - sdk/spring/ci.monitor.yml
24+ - sdk/spring/spring-cloud-azure-starter-monitor/
25+
26+ extends :
27+ template : ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
28+ parameters :
29+ ServiceDirectory : spring
30+ EnableBatchRelease : true
31+ Artifacts :
32+ - name : spring-cloud-azure-starter-monitor
33+ groupId : com.azure.spring
34+ safeName : springcloudazurestartermonitor
35+ skipPublishDocGithubIo : true
36+ skipPublishDocMs : true
37+ skipUpdatePackageJson : true
38+ skipVerifyChangelog : true
39+ releaseInBatch : ${{ parameters.release_springcloudazurestartermonitor }}
You can’t perform that action at this time.
0 commit comments