Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
use main (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
changlong-liu authored Jun 25, 2021
1 parent aef72eb commit 48e940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ stages:
echo -e "\e[32m[$(date -u)] LOG: Clone azure-cli-extensions"
git clone --single-branch -b master https://github.com/amecodegenbot/azure-cli-extensions.git ../azure-cli-extensions
echo -e "\e[32m[$(date -u)] LOG: Clone autorest.testserver"
git clone --single-branch -b master https://github.com/Azure/autorest.testserver.git ../autorest.testserver
git clone --single-branch -b main https://github.com/Azure/autorest.testserver.git ../autorest.testserver
displayName: 'Clone Branch'
- script: |
echo -e "\e[32m[$(date -u)] LOG: Install and upgrade Pip"
Expand Down

0 comments on commit 48e940c

Please sign in to comment.