We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fd183 commit 29c7a90Copy full SHA for 29c7a90
tools/azure-sdk-tools/packaging_tools/auto_package.py
@@ -89,7 +89,6 @@ def main(generate_input, generate_output):
89
"full": "You can install the use using pip install of the artificats.",
90
"lite": f"pip install {package_name}",
91
}
92
- package["result"]: "success"
93
# to distinguish with track1
94
package["packageName"] = "track2_" + package["packageName"]
95
result["packages"].append(package)
0 commit comments