Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
AHeise committed Feb 27, 2019
1 parent acbb9ac commit 9d2d91b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
SIGNING_KEY_ID: $(signing.keyId)
OSSRH_USERNAME: $(ossrh.username)
OSSRH_PASSWORD: $(ossrh.password)
CI: true

- job: UploadRelease
pool:
Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
SIGNING_KEY_ID: $(signing.keyId)
OSSRH_USERNAME: $(ossrh.username)
OSSRH_PASSWORD: $(ossrh.password)
CI: true

- job: TagVersionForNewRelease
pool:
Expand Down Expand Up @@ -173,4 +175,5 @@ jobs:
publishJUnitResults: false
tasks: 'release'
options: '-Prelease.useAutomaticVersion=true -Prelease.releaseVersion=$(version) --stacktrace --info'

env:
CI: true

0 comments on commit 9d2d91b

Please sign in to comment.