diff --git a/tools/azure-sdk-tools/packaging_tools/auto_package.py b/tools/azure-sdk-tools/packaging_tools/auto_package.py index e6cfea8b36d4..a7a48fc812c5 100644 --- a/tools/azure-sdk-tools/packaging_tools/auto_package.py +++ b/tools/azure-sdk-tools/packaging_tools/auto_package.py @@ -73,9 +73,7 @@ def main(generate_input, generate_output): "full": "You can install the use using pip install of the artificats.", "lite": f"pip install {package_name}" } - package["result"]: "success" - # to distinguish with track1 - package['packageName'] = 'track2_' + package['packageName'] + package["result"]: "success" result['packages'].append(package) with open(generate_output, "w") as writer: