From f97c09ef9718b3c2c1c177ed8d94b11d301357b2 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Thu, 25 Feb 2021 13:17:27 +0800 Subject: [PATCH] Update auto_package.py --- tools/azure-sdk-tools/packaging_tools/auto_package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/azure-sdk-tools/packaging_tools/auto_package.py b/tools/azure-sdk-tools/packaging_tools/auto_package.py index 52f633ff105b..c483c779f39f 100644 --- a/tools/azure-sdk-tools/packaging_tools/auto_package.py +++ b/tools/azure-sdk-tools/packaging_tools/auto_package.py @@ -74,6 +74,8 @@ def main(generate_input, generate_output): "lite": f"pip install {package_name}" } package["result"]: "success" + # to distinguish with track1 + package['packageName'] = 'track2_' + package['packageName'] result['packages'].append(package) with open(generate_output, "w") as writer: