diff --git a/README.md b/README.md index 43b0d9c5..f7ed4d58 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Azure IoT Edge Dev Tool [![PyPI version](https://badge.fury.io/py/iotedgedev.svg)](https://badge.fury.io/py/iotedgedev) -[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=master)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=master) +[![Build Status](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_apis/build/status/Azure.iotedgedev?branchName=main)](https://dev.azure.com/Azure-IoT-DDE-EdgeExperience/IoTEdgeDev/_build/latest?definitionId=35&branchName=main) The **IoT Edge Dev Tool** greatly simplifies [Azure IoT Edge](https://azure.microsoft.com/en-us/services/iot-edge/) development down to simple commands driven by environment variables. diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index fa1f950a..2dfc7af2 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -8,6 +8,6 @@ * [Python Virtual Environment Setup](python-virtual-environment-setup) * [Test Coverage](test-coverage) * [Troubleshooting](troubleshooting) -* [Contributing](https://github.com/Azure/iotedgedev/blob/master/CONTRIBUTING.md) +* [Contributing](https://github.com/Azure/iotedgedev/blob/main/CONTRIBUTING.md) * Misc * [Migration Guides for Public Preview Users](migration-guides) diff --git a/vsts_ci/.vsts-ci.yml b/vsts_ci/.vsts-ci.yml index c25f3f04..96fc78f8 100644 --- a/vsts_ci/.vsts-ci.yml +++ b/vsts_ci/.vsts-ci.yml @@ -3,7 +3,7 @@ # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/vsts/pipelines/languages/python pr: - - master + - main trigger: none