Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Sep 26, 2023
1 parent 7ebec2c commit 4b1fb63
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,6 @@ jobs:
PGP-PUBLIC: $(pgp-public)
PGP-PW: $(pgp-pw)
SYNAPSEML_ENABLE_PUBLISH: true
- task: EsrpRelease@3
inputs:
ConnectedServiceName: 'DataScienceESRPRelease'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
Owners: '[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]'
Approvers: '[email protected],[email protected],[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'synapseml'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
displayName: 'ESRP Publish Package'
- bash: |
set -e
sbt publishBlob publishDocs publishR publishPython uploadNotebooks
Expand Down Expand Up @@ -348,8 +336,8 @@ jobs:
- bash: |
set -e
source activate synapseml
sbt publishSigned
sbt sonatypeBundleRelease
sbt publishLocalSigned
python tools/esrp/prepare_jar.py
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))
env:
STORAGE-KEY: $(storage-key)
Expand All @@ -360,6 +348,18 @@ jobs:
PGP-PW: $(pgp-pw)
SYNAPSEML_ENABLE_PUBLISH: true
displayName: 'publish jar package to maven central'
- task: EsrpRelease@3
inputs:
ConnectedServiceName: 'DataScienceESRPRelease'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
Owners: '[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]'
Approvers: '[email protected],[email protected],[email protected]'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'synapseml'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
displayName: 'ESRP Publish Package'

- job: PythonTests
timeoutInMinutes: 120
Expand Down

0 comments on commit 4b1fb63

Please sign in to comment.