diff --git a/master-branch-pipeline.yml b/master-branch-pipeline.yml index bdafd46880..3c7c82fad2 100644 --- a/master-branch-pipeline.yml +++ b/master-branch-pipeline.yml @@ -117,6 +117,7 @@ jobs: # This is done for the master branch merges only. - task: Maven@4 displayName: 'Deploy to GitHub packages' + enabled: false inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' goals: jar:jar deploy:deploy @@ -196,4 +197,4 @@ jobs: git push https://$(GIT_PAT)@github.com/hapifhir/org.hl7.fhir.core.git - displayName: 'Push updated csv and plot to git.' \ No newline at end of file + displayName: 'Push updated csv and plot to git.'