Skip to content

Commit

Permalink
Trigger Az.Predictor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wyunchi-ms committed May 9, 2022
1 parent 337e9be commit 2ae6b95
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .ci-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@
"test:dependence-module"
]
},
{
"patterns": [
".azure-pipeline/*",
"NugGet.Config",
"Repo.props"
],
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"help:all",
"signature:all",
"test:all",
"sub-task:all"
]
},
{
"patterns": [
"src/*.props$"
Expand Down Expand Up @@ -52,9 +68,7 @@
"tools/PrepareAutorestModule.ps1",
"tools/SyncFromMainBranch.ps1",
"tools/CheckAssemblies.ps1",
"tools/GeneratedModuleList.txt",
"build.proj",
".azure-pipeline/*"
"tools/GeneratedModuleList.txt"
],
"phases": []
},
Expand Down

0 comments on commit 2ae6b95

Please sign in to comment.