Skip to content

Commit c9fa6e6

Browse files
authored
Enable ci for azure-maps geolocation, search, render and route packages (#35634)
1 parent 51f68c3 commit c9fa6e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.azure-sdk-build]
22
pyright = false
33
verifytypes = false
4-
ci_enabled = false
4+
ci_enabled = true
55
strict_sphinx = true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.azure-sdk-build]
22
pyright = false
33
verifytypes = false
4-
ci_enabled = false
4+
ci_enabled = true
55
strict_sphinx = true

sdk/maps/azure-maps-route/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
pyright = false
33
type_check_samples = false
44
verifytypes = false
5-
ci_enabled = false
5+
ci_enabled = true
66
strict_sphinx = true

sdk/maps/azure-maps-search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
pyright = false
33
type_check_samples = false
44
verifytypes = false
5-
ci_enabled = false
5+
ci_enabled = true
66
strict_sphinx = true

0 commit comments

Comments
 (0)