Skip to content

Commit

Permalink
Update auto_package.py (Azure#18293)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Apr 26, 2021
1 parent eae413d commit c96a4c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/azure-sdk-tools/packaging_tools/auto_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c96a4c2

Please sign in to comment.