Skip to content

Commit

Permalink
Update ci-devel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator committed Feb 4, 2024
1 parent 8c85825 commit 758fb68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
$certificatePath = "${{ github.workspace }}\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx"
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
- name: Install cert on Machine
run: certutil -f -user -p certPassword -importpfx personal "${{ github.workspace }}\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx"

# Create the app package by building and packaging the project
- name: Create the app package
run: msbuild $env:Solution_Name /p:Configuration=$env:Configuration /p:Platform=$env:Platform /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:AppxPackageSigningEnabled=true /p:PackageCertificateThumbprint="" /p:PackageCertificateKeyFile=AniMoe.App_TemporaryKey.pfx /p:PackageCertificatePassword=$env:Password /p:AppxPackageDir="$env:Appx_Package_Dir" /p:GenerateAppxPackageOnBuild=true
Expand Down

0 comments on commit 758fb68

Please sign in to comment.