Skip to content

Commit 9673821

Browse files
build toolkit-libs only
1 parent 6e50fcc commit 9673821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/sign-for-dev-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extends:
8585
ls ~/.m2/repository/com/microsoft/azure/azure-toolkit-*
8686
cd ..
8787
git clone https://github.com/microsoft/azure-maven-plugins.git
88-
cd azure-maven-plugins
88+
cd azure-maven-plugins/azure-toolkit-libs
8989
9090
echo "build azure-toolkit-libs: $TARGET_BRANCH"
9191
git fetch origin $TARGET_BRANCH
@@ -96,7 +96,7 @@ extends:
9696
9797
ls ~/.m2/repository/com/microsoft/azure/azure-toolkit-*
9898
echo "cleaning up battlefield."
99-
cd ../
99+
cd ../../
100100
rm -rf ./azure-maven-plugins
101101
exit 0
102102
- task: Bash@3

0 commit comments

Comments
 (0)