Azure / azure-sdk-for-android

Android client SDKs for Microsoft Azure
https://azure.github.io/azure-sdk-for-android/
MIT License
97 stars 93 forks source link

Remove defunct parameter and use common template to create tags and git release #1630

Closed JimSuplizio closed 2 months ago

JimSuplizio commented 2 months ago

Remove defunct BuildToolsPath parameter being passed into the java-publishing.yml template.

The Android build was still using azure-sdk-build-tools/scripts/create-tags-and-git-release.ps1 instead of the using the /eng/common/pipelines/templates/steps/create-tags-and-git-release.yml template.

I released template for Android and it sets the release tags just fine.