Skip to content

Commit

Permalink
Merge pull request #158 from finol-digital/develop
Browse files Browse the repository at this point in the history
v1.119
  • Loading branch information
davidmfinol authored Sep 18, 2024
2 parents c6772f4 + 95616b4 commit 105a43d
Show file tree
Hide file tree
Showing 8 changed files with 422 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ jobs:
shell: pwsh
run: msstore reconfigure --tenantId ${{ secrets.MICROSOFT_TENANT_ID }} --sellerId ${{ secrets.MICROSOFT_SELLER_ID }} --clientId ${{ secrets.MICROSOFT_CLIENT_ID }} --clientSecret ${{ secrets.MICROSOFT_KEY }}
- name: Build the .appxupload with Microsoft Store Developer CLI
if: false
working-directory: C:/Card-Game-Simulator.git
shell: pwsh
run: |
Expand All @@ -832,13 +833,15 @@ jobs:
SigningCertificate: Card Game Simulator_StoreKey.pfx
run: msbuild $env:SolutionPath /p:Configuration="Master" /p:Platform="x64" /p:UapAppxPackageBuildMode="StoreUpload" /p:AppxBundle="Always" /p:AppxBundlePlatforms="x86|x64|arm|arm64" /p:PackageCertificateKeyFile=$env:SigningCertificate
- name: Remove the .pfx
if: false
working-directory: C:/Card-Game-Simulator.git
shell: pwsh
env:
UwpProjectDirectory: build\WSAPlayer\WSAPlayer\Card Game Simulator
SigningCertificate: Card Game Simulator_StoreKey.pfx
run: Remove-Item -path $env:UwpProjectDirectory\$env:SigningCertificate
- name: Copy .appxupload
if: false
working-directory: C:/Card-Game-Simulator.git
shell: pwsh
env:
Expand Down
Loading

0 comments on commit 105a43d

Please sign in to comment.