File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,28 @@ stages:
145
145
msal_client_ID : ' f407a268-1184-4845-92b1-eebfbe0749c0'
146
146
package_path : ' $(Agent.BuildDirectory)/drop/rpmpackages'
147
147
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'
148
170
149
171
# Centos
150
172
- task : PublishLinuxPackagesPMC@0
You can’t perform that action at this time.
0 commit comments