Skip to content

Commit b4fc175

Browse files
authored
exclude src/shared and lib; sync ci-config.json (#19020)
1 parent 5d2a601 commit b4fc175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.azure-pipelines/SyncFromMainBranchConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"SyncPath": [
3+
".ci-config.json",
34
"tools",
45
".azure-pipelines",
56
"src/lib",

tools/PrepareAutorestModule.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ChangedFiles = Get-Content -Path "$PSScriptRoot\..\artifacts\FilesChanged.txt"
2121

2222
$ALL_MODULE = "ALL_MODULE"
2323

24-
$SKIP_MODULES = @()
24+
$SKIP_MODULES = @("lib", "shared") # lib and shared are special folders in src that should not trigger autorest. Do not remove them.
2525

2626
#Region Detect which module should be processed
2727
$ModuleSet = New-Object System.Collections.Generic.HashSet[string]

0 commit comments

Comments
 (0)