mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
build/windows: Add GitLab collapsible section to MSIX submitting
I forgot about it in 9eec33ba
This commit is contained in:
parent
e58527b8bb
commit
ca3880b205
1 changed files with 2 additions and 0 deletions
|
@ -434,6 +434,7 @@ if ($GITLAB_CI)
|
|||
# 7. SUBMIT .MSIXUPLOAD TO MS STORE (ONLY FOR RELEASES)
|
||||
if ("$CI_COMMIT_TAG" -eq (git describe --all | Foreach-Object {$_ -replace 'tags/',''}))
|
||||
{
|
||||
Write-Output "$([char]27)[0Ksection_start:$(Get-Date -UFormat %s -Millisecond 0):msix_submission[collapsed=true]$([char]13)$([char]27)[0KSubmitting $MSIX_ARTIFACT to Microsoft Store"
|
||||
## Connect with Microsoft Entra credentials (stored on GitLab)
|
||||
## (The last one can be revoked at any time in MS Entra Admin center)
|
||||
msstore reconfigure --tenantId $TENANT_ID --sellerId $SELLER_ID --clientId $CLIENT_ID --clientSecret $CLIENT_SECRET
|
||||
|
@ -499,4 +500,5 @@ if ("$CI_COMMIT_TAG" -eq (git describe --all | Foreach-Object {$_ -replace 'tags
|
|||
|
||||
## Start certification then publishing
|
||||
msstore submission publish $PRODUCT_ID
|
||||
Write-Output "$([char]27)[0Ksection_end:$(Get-Date -UFormat %s -Millisecond 0):msix_submission$([char]13)$([char]27)[0K"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue