We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e88f7 commit d79db32Copy full SHA for d79db32
1 file changed
.azure-pipelines/ci-build.yml
@@ -104,7 +104,7 @@ extends:
104
displayName: Publish to local Maven for verification
105
condition: not(contains(variables['build.sourceBranch'], 'refs/tags/v'))
106
107
- - script: ./mvnw deploy -Psigning --no-transfer-progress -DmavenCentralSnapshotSuffix="" -DaltDeploymentRepository=ADO::default::file://$(Build.SourcesDirectory)/target/staging-deploy
+ - script: ./mvnw deploy -Psigning --no-transfer-progress -DaltDeploymentRepository=ADO::default::file://$(Build.SourcesDirectory)/target/staging-deploy
108
displayName: Stage artifacts for ESRP
109
condition: contains(variables['build.sourceBranch'], 'refs/tags/v')
110
0 commit comments