Skip to content

Commit 54bb09b

Browse files
authored
Added cplat branch and exclude it in code verification (Azure#20637)
* Added cplat branch and exclude it in code verification * Remove Steve from mgmt code owner
1 parent 8191e0a commit 54bb09b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
599599

600600
# ######## Management Plane ########
601601

602-
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
603-
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
602+
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia
603+
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia
604604

605605
# Reviewers to double check any API changes
606606
/sdk/**/api/ @KrzysztofCwalina @tg-msft

eng/pipelines/mgmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pr:
44
include:
55
- master
66
- '*-preview'
7+
- 'feature/cplat*'
78
paths:
89
include:
910
- Directory.Build.props

eng/pipelines/templates/jobs/ci.mgmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
displayName: "Build & Package"
1313
- task: PowerShell@2
1414
displayName: "Verify generated code"
15-
condition: and(succeeded(), ne(variables['System.TeamProject'],'internal'))
15+
condition: and(succeeded(), ne(variables['System.TeamProject'],'internal'), not(contains(variables['System.PullRequest.TargetBranch'], 'feature/cplat')))
1616
inputs:
1717
filePath: "eng/scripts/Track1CodeCheck.ps1"
1818
pwsh: true

0 commit comments

Comments
 (0)