Skip to content

Commit

Permalink
Update azure-maven-central-pipelines.yml for Azure Pipelines (#514)
Browse files Browse the repository at this point in the history
* Update azure-maven-central-pipelines.yml for Azure Pipelines

* Adding quotes for developer name variable

* Update config.gradle remove redundant values
  • Loading branch information
praveen970 authored Sep 21, 2023
1 parent 797eabe commit a0e9585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion azure-maven-central-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
tasks: "publish"
javaHomeOption: "JDKVersion"
jdkVersionOption: "$(jdkVersion)"
options: "-PGPGSigningKeyID=$(gpgSignKey) -PGPGSigningPassword=$(gpgSignPassword) -PSigningSecretKeyRingFile=$(gpgSecretFileParentPath) -PmavenUserName=$(mavenUsername) -PmavenPassword=$(mavenPassword)"
options: "-PGPGSigningKeyID=$(gpgSignKey) -PGPGSigningPassword=$(gpgSignPassword) -PSigningSecretKeyRingFile=$(gpgSecretFileParentPath) -PmavenUserName=$(mavenUsername) -PmavenPassword=$(mavenPassword) -Pdeveloper_id=$(developer_id) -Pdeveloper_name=\"$(developer_name)\" -Pdeveloper_email=$(developer_email)"

- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 📒 Generate Manifest
Expand Down
3 changes: 0 additions & 3 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ project.ext.FluentUI_version_code = 70
project.ext.license_type = 'MIT License'
project.ext.license_url = 'https://github.com/microsoft/fluentui-android/blob/master/LICENSE'
project.ext.github_url = 'https://github.com/microsoft/fluentui-android'
project.ext.developer_id = ''
project.ext.developer_name = ''
project.ext.developer_email = ''
project.ext.scm_connection = 'scm:git:github.com/microsoft/fluentui-android.git'
project.ext.scm_dev_connection = 'scm:git:ssh://github.com/microsoft/fluentui-android.git'
project.ext.scm_url = 'https://github.com/microsoft/fluentui-android/tree/main'

0 comments on commit a0e9585

Please sign in to comment.