From 20661c646be7f45e9306604a427aa6dbf38a5725 Mon Sep 17 00:00:00 2001 From: Joyeeta Pal Date: Wed, 18 Dec 2024 11:50:38 +0530 Subject: [PATCH] Update azure-maven-publish-1espt.yml for Azure Pipelines --- android/azure-maven-publish-1espt.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/android/azure-maven-publish-1espt.yml b/android/azure-maven-publish-1espt.yml index ee919fe8a1..6ad9d9aa7b 100644 --- a/android/azure-maven-publish-1espt.yml +++ b/android/azure-maven-publish-1espt.yml @@ -40,14 +40,6 @@ extends: # Write your commands here bash -c "echo '$GPG_KEY_CONTENT' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'" ls - - task: Bash@3 - displayName: "Checking the directory structure before build" - inputs: - targetType: "inline" - script: | - # Write your commands here - cd .. - ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' - task: Gradle@3 inputs: gradleWrapperFile: 'android/gradlew' @@ -59,14 +51,6 @@ extends: jdkVersionOption: "$(jdkVersion)" sonarQubeRunAnalysis: false spotBugsAnalysis: false - - task: Bash@3 - displayName: "Checking the directory structure after build" - inputs: - targetType: "inline" - script: | - # Write your commands here - cd .. - ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' - task: Gradle@2 displayName: Gradle publish inputs: