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 1551306 commit 26e29fdCopy full SHA for 26e29fd
.azure-pipelines/buildAndPackage.yml
@@ -51,7 +51,7 @@ stages:
51
deploy:
52
steps:
53
- template: templates/secure-files.yml
54
- - template: templates/maven-preview/copy-and-build.yml
+ - template: templates/copy-and-build.yml
55
parameters:
56
task: 'publishSnapshotPublicationToSonatypeSnapshotRepository'
57
@@ -70,7 +70,7 @@ stages:
70
71
72
stageID: 'release'
73
- - template: templates/maven-release/copy-and-build.yml
74
75
task: 'publishMavenCentralReleasePublicationToSonatypeRepository'
76
0 commit comments