Skip to content

Commit 26e29fd

Browse files
committed
remove reference to maven-preview folder
1 parent 1551306 commit 26e29fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ stages:
5151
deploy:
5252
steps:
5353
- template: templates/secure-files.yml
54-
- template: templates/maven-preview/copy-and-build.yml
54+
- template: templates/copy-and-build.yml
5555
parameters:
5656
task: 'publishSnapshotPublicationToSonatypeSnapshotRepository'
5757

@@ -70,7 +70,7 @@ stages:
7070
- template: templates/secure-files.yml
7171
parameters:
7272
stageID: 'release'
73-
- template: templates/maven-release/copy-and-build.yml
73+
- template: templates/copy-and-build.yml
7474
parameters:
7575
task: 'publishMavenCentralReleasePublicationToSonatypeRepository'
7676

0 commit comments

Comments
 (0)