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.
2 parents 01946ab + 9673821 commit b21fb48Copy full SHA for b21fb48
.azure-pipelines/sign-for-dev-release.yml
@@ -85,7 +85,7 @@ extends:
85
ls ~/.m2/repository/com/microsoft/azure/azure-toolkit-*
86
cd ..
87
git clone https://github.com/microsoft/azure-maven-plugins.git
88
- cd azure-maven-plugins
+ cd azure-maven-plugins/azure-toolkit-libs
89
90
echo "build azure-toolkit-libs: $TARGET_BRANCH"
91
git fetch origin $TARGET_BRANCH
@@ -96,7 +96,7 @@ extends:
96
97
98
echo "cleaning up battlefield."
99
- cd ../
+ cd ../../
100
rm -rf ./azure-maven-plugins
101
exit 0
102
- task: Bash@3
0 commit comments