From b3eefbfa52c1f2016bcefa4d6a6193e0e0e7b6f3 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Wed, 17 Jul 2019 14:17:13 -0700 Subject: [PATCH] Changed template name. --- ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 1f436b3..edfb5ab 100644 --- a/ci.yml +++ b/ci.yml @@ -124,7 +124,7 @@ stages: # The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch. - ${{if and(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['System.TeamProject'], 'internal'))}}: - - template: pipelines/stages/archetype-maven-release.yml@azure-sdk-build-tools + - template: pipelines/stages/archetype-java-release.yml@azure-sdk-build-tools parameters: DependsOn: Build ArtifactName: packages \ No newline at end of file