Skip to content

Commit a77e5c7

Browse files
authored
Add mariner os RPM publish (#297)
* Fix issue in VC versioning * Add Mariner rpm publish
1 parent 9712ff8 commit a77e5c7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.pipelines/azure-pipelines-linux.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,28 @@ stages:
145145
msal_client_ID: 'f407a268-1184-4845-92b1-eebfbe0749c0'
146146
package_path: '$(Agent.BuildDirectory)/drop/rpmpackages'
147147
repository: 'microsoft-amazonlinux2-prod-yum'
148+
149+
150+
# Azure Mariner
151+
- task: PublishLinuxPackagesPMC@0
152+
displayName: 'Mariner 2.0 rpm publish'
153+
inputs:
154+
profile: 'prod' # or tux-dev or ppe or prod depending on what you selected
155+
msal_SNIAuth: 'msal-sniauth'
156+
msal_cert: $(virtualclient)
157+
msal_client_ID: 'f407a268-1184-4845-92b1-eebfbe0749c0'
158+
package_path: '$(Agent.BuildDirectory)/drop/rpmpackages'
159+
repository: 'cbl-mariner-2.0-prod'
160+
161+
- task: PublishLinuxPackagesPMC@0
162+
displayName: 'Mariner 1.0 rpm publish'
163+
inputs:
164+
profile: 'prod' # or tux-dev or ppe or prod depending on what you selected
165+
msal_SNIAuth: 'msal-sniauth'
166+
msal_cert: $(virtualclient)
167+
msal_client_ID: 'f407a268-1184-4845-92b1-eebfbe0749c0'
168+
package_path: '$(Agent.BuildDirectory)/drop/rpmpackages'
169+
repository: 'cbl-mariner-1.0-prod'
148170

149171
# Centos
150172
- task: PublishLinuxPackagesPMC@0

0 commit comments

Comments
 (0)