Skip to content

Commit 83c8e77

Browse files
committed
remove info logging
1 parent 7090316 commit 83c8e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎eng/templates/build.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
jdkArchitectureOption: 'x64'
2525
publishJUnitResults: false
2626
tasks: clean assemble
27-
options: '--init-script init.gradle --info'
27+
options: '--init-script init.gradle'
2828
displayName: Assemble durabletask-client and durabletask-azure-functions and durabletask-azuremanaged
2929

3030
# the secring.gpg file is required to sign the artifacts, it's generated from GnuPG, and it's stored in the library of the durabletaskframework ADO
@@ -43,7 +43,7 @@ jobs:
4343
jdkVersionOption: 1.11
4444
jdkArchitectureOption: 'x64'
4545
tasks: publish
46-
options: '--init-script init.gradle --info -Psigning.keyId=$(gpgSignKey) -Psigning.password=$(gpgSignPassword) -Psigning.secretKeyRingFile=$(gpgSecretFile.secureFilePath)'
46+
options: '--init-script init.gradle -Psigning.keyId=$(gpgSignKey) -Psigning.password=$(gpgSignPassword) -Psigning.secretKeyRingFile=$(gpgSecretFile.secureFilePath)'
4747
displayName: Publish durabletask-client and durabletask-azure-functions and durabletask-azuremanaged
4848

4949
- task: CopyFiles@2

0 commit comments

Comments
 (0)