Skip to content

Commit 63994df

Browse files
authored
remove the exclusion for single azure-ai-textanalytics (Azure#45392)
1 parent e66c647 commit 63994df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/tools/azure-sdk-tools/ci_tools/functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
# We need to actively prevent ourselves from discovering the package in its old location. To do that we:
5252
# - Add the path to this list, any entrypoints that use discover_targeted_packages should exclude these paths
5353
# - This will also affect usage of get_package_properties.py (Save-Package-Properties stage of CI), so please be aware of this!
54-
PATHS_EXCLUDED_FROM_DISCOVERY = [
55-
"sdk/textanalytics/azure-ai-textanalytics",
56-
]
54+
PATHS_EXCLUDED_FROM_DISCOVERY = []
5755

5856
TEST_COMPATIBILITY_MAP = {"azure-ai-ml": ">=3.7"}
5957
TEST_PYTHON_DISTRO_INCOMPATIBILITY_MAP = {

0 commit comments

Comments
 (0)