Skip to content

Commit d3a02d9

Browse files
authored
Update auto_package.py (#16927)
1 parent aff4664 commit d3a02d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/azure-sdk-tools/packaging_tools/auto_package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def main(generate_input, generate_output):
7474
"lite": f"pip install {package_name}"
7575
}
7676
package["result"]: "success"
77+
# to distinguish with track1
78+
package['packageName'] = 'track2_' + package['packageName']
7779
result['packages'].append(package)
7880

7981
with open(generate_output, "w") as writer:

0 commit comments

Comments
 (0)