Revert back to 1.5
.NET Core Desktop / build (Release) (push) Has been cancelled Details

master 1.5.0
LeapwardKoex 2024-11-19 21:31:22 +13:00
parent 79e2ea3fcd
commit 6e8500a479
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
# Create the app package by building and packaging the Windows Application Packaging project
- name: Create the app package
run: msbuild $env:Wap_Project_Path /p:Configuration=$env:Configuration /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:PackageCertificatePassword=${{ secrets.Pfx_Key }} /p:Version=1.6.0.${{ github.run_number }}
run: msbuild $env:Wap_Project_Path /p:Configuration=$env:Configuration /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:PackageCertificatePassword=${{ secrets.Pfx_Key }} /p:Version=1.5.0.${{ github.run_number }}
env:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64
@ -70,7 +70,7 @@ jobs:
aip-output-dir: ${{ github.workspace }}\setup
aip-commands: |
SetProperty FOO="foo"
SetVersion 1.6.0.${{ github.run_number }}
SetVersion 1.5.0.${{ github.run_number }}
# Remove the pfx
- name: Remove the pfx