Skip to content

Commit 6db8f91

Browse files
committed
Update docs CI configuration
1 parent 98163db commit 6db8f91

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

ci-configs/packages-latest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,6 +2772,20 @@
27722772
"sample*",
27732773
"doc*"
27742774
]
2775+
},
2776+
{
2777+
"package_info": {
2778+
"name": "azure-mgmt-servicelinker",
2779+
"install_type": "pypi",
2780+
"prefer_source_distribution": "true",
2781+
"version": "==1.0.0"
2782+
},
2783+
"exclude_path": [
2784+
"test*",
2785+
"example*",
2786+
"sample*",
2787+
"doc*"
2788+
]
27752789
}
27762790
],
27772791
"required_packages": [

ci-configs/packages-preview.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,6 +1985,20 @@
19851985
"sample*",
19861986
"doc*"
19871987
]
1988+
},
1989+
{
1990+
"package_info": {
1991+
"name": "azure-mgmt-scvmm",
1992+
"install_type": "pypi",
1993+
"prefer_source_distribution": "true",
1994+
"version": "==1.0.0b1"
1995+
},
1996+
"exclude_path": [
1997+
"test*",
1998+
"example*",
1999+
"sample*",
2000+
"doc*"
2001+
]
19882002
}
19892003
],
19902004
"required_packages": [

0 commit comments

Comments
 (0)