Skip to content

Commit 6b649c1

Browse files
authored
Add trigger path for sync from main to generation (#22664)
1 parent 9c837f9 commit 6b649c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.azure-pipelines/sync-tools-folder.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ trigger:
1414
- .github
1515
- tools
1616
- src/lib
17+
- .ci-config.json
18+
- src/shared
19+
- build.proj
20+
- src/Az.props
21+
- src/Az.Shared.props
22+
- src/Az.Test.props
23+
- src/Az.autorest.hybrid.props
24+
- src/Az.autorest.hybrid.v2.props
25+
- src/Az.autorest.props
26+
- src/Az.Post.props
27+
- src/psm1.props
28+
- NuGet.Config
1729

1830
variables:
1931
GenerationBranchName: generation

0 commit comments

Comments
 (0)