Skip to content

Commit 29c7a90

Browse files
authored
[pipeline]Update auto_package.py (Azure#22759)
* Update auto_package.py * Update auto_package.py
1 parent b9fd183 commit 29c7a90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def main(generate_input, generate_output):
8989
"full": "You can install the use using pip install of the artificats.",
9090
"lite": f"pip install {package_name}",
9191
}
92-
package["result"]: "success"
9392
# to distinguish with track1
9493
package["packageName"] = "track2_" + package["packageName"]
9594
result["packages"].append(package)

0 commit comments

Comments
 (0)