File size: 660 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Overview
This folder contains pipeline configuration to generate SDK, run live test and create pull request to
[azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python)
## `PythonSdkLiveTest.yml`
The file defines [pipeline](https://dev.azure.com/azure-sdk/internal/_build?definitionId=2500&_a=summary) to
generate SDK, run live test and create pull request.
## `auto_private_package.py`
the script could help to generate private package quickly.
### Usage
1. copy `auto_private_package` to the place under the same folder with `azure-sdk-for-python`
2. execute it and follow the hint to input parameter:
```
python auto_private_package.py
``` |