Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit e0134b8

Browse files
authored
Merge pull request #7 from microsoft/dev/edskrod/master/UpdateAppInstallerUri
Updated the AppInstallerUri
2 parents 91228fa + 17a8fb6 commit e0134b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- channel: Dev
2525
ChannelName: Dev
2626
Configuration: Debug
27-
DistributionUrl: https://edwardskrod.github.io/devops-for-windows-apps-distribution-dev
27+
DistributionUrl: https://microsoft.github.io/github-actions-for-desktop-apps-distribution-dev
2828
MsixPackageId: MyWPFApp.DevOpsDemo.Dev
2929
MsixPublisherId: CN=GitHubActionsDemo
3030
MsixPackageDisplayName: MyWPFApp (Dev)
@@ -35,7 +35,7 @@ jobs:
3535
- channel: Prod_Sideload
3636
Configuration: Release
3737
ChannelName: Prod_Sideload
38-
DistributionUrl: https://edwardskrod.github.io/devops-for-windows-apps-distribution-prod
38+
DistributionUrl: https://microsoft.github.io/github-actions-for-desktop-apps-distribution-prod
3939
MsixPackageId: MyWPFApp.DevOpsDemo.ProdSideload
4040
MsixPublisherId: CN=GitHubActionsDemo
4141
MsixPackageDisplayName: MyWPFApp (ProdSideload)

MyWPFApp.Package/MyWPFApp.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<!-- Generate architecture specific packages. Values: x86|x64|arm|arm64 -->
5454
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
5555
<!-- App installer file base url -->
56-
<AppInstallerUri>https://edwardskrod.github.io/devops-for-windows-apps-distribution-local</AppInstallerUri>
56+
<AppInstallerUri>https://microsoft.github.io/github-actions-for-desktop-apps-distribution-local</AppInstallerUri>
5757
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
5858
<EntryPointProjectUniqueName>..\MyWPFApp\MyWPFApp.csproj</EntryPointProjectUniqueName>
5959
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>

0 commit comments

Comments
 (0)