Revert version changes

master
LeapwardKoex 2024-11-19 20:35:02 +13:00
parent f75d77c66a
commit f239e9b534
1 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@ jobs:
Solution_Name: WpfMaiTouchEmulator.sln
Wap_Project_Directory: .
Wap_Project_Path: WpfMaiTouchEmulator.csproj
Build_Number: 1.6.0.${{ github.run_number }}
steps:
- name: Checkout
@ -53,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=$env:Build_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.6.0.${{ github.run_number }}
env:
Appx_Bundle: Always
Appx_Bundle_Platforms: x86|x64
@ -71,7 +70,7 @@ jobs:
aip-output-dir: ${{ github.workspace }}\setup
aip-commands: |
SetProperty FOO="foo"
SetVersion $env:Build_Number
SetVersion 1.6.0.${{ github.run_number }}
# Remove the pfx
- name: Remove the pfx