Skip to content

Commit

Permalink
Editing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dogzz9445 committed Jun 12, 2024
1 parent e26f0f3 commit 21fd749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@ jobs:
ChannelName: Dev
Configuration: Debug
DistributionUrl: https://microsoft.github.io/github-actions-for-desktop-apps-distribution-dev
MsixPackageId: MyWPFApp.DevOpsDemo.Dev
MsixPublisherId: CN=GitHubActionsDemo
MsixPackageId: Corathing.Organzier.Dev
MsixPublisherId: CN=CorathingOrganizer
MsixPackageDisplayName: MyWPFApp (Dev)

# includes the following variables for the matrix leg matching Prod_Sideload
- channel: Prod_Sideload
Configuration: Release
ChannelName: Prod_Sideload
DistributionUrl: https://microsoft.github.io/github-actions-for-desktop-apps-distribution-prod
MsixPackageId: MyWPFApp.DevOpsDemo.ProdSideload
MsixPublisherId: CN=GitHubActionsDemo
MsixPackageId: Corathing.Organzier.ProdSideload
MsixPublisherId: CN=CorathingOrganizer
MsixPackageDisplayName: MyWPFApp (ProdSideload)

# includes the following variables for the matrix leg matching Prod_Store
- channel: Prod_Store
Configuration: Release
ChannelName: Prod_Store
DistributionUrl:
MsixPackageId: MyWPFApp.DevOpsDemo.ProdStore
MsixPublisherId: CN=GitHubActionsDemo
MsixPackageId: Corathing.Organzier.ProdStore
MsixPublisherId: CN=CorathingOrganizer
MsixPackageDisplayName: MyWPFApp (ProdStore)

runs-on: windows-latest
Expand Down
2 changes: 1 addition & 1 deletion src/Apps/Corathing.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<Identity
Name="672d045a-9d50-4d8e-b344-3f7adc3de9c5"
Publisher="CN=dmjan"
Publisher="CN=CorathingOrganizer"
Version="1.0.0.0" />

<Properties>
Expand Down

0 comments on commit 21fd749

Please sign in to comment.