Revert version changes
parent
f75d77c66a
commit
f239e9b534
|
@ -20,7 +20,6 @@ jobs:
|
||||||
Solution_Name: WpfMaiTouchEmulator.sln
|
Solution_Name: WpfMaiTouchEmulator.sln
|
||||||
Wap_Project_Directory: .
|
Wap_Project_Directory: .
|
||||||
Wap_Project_Path: WpfMaiTouchEmulator.csproj
|
Wap_Project_Path: WpfMaiTouchEmulator.csproj
|
||||||
Build_Number: 1.6.0.${{ github.run_number }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -53,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
# Create the app package by building and packaging the Windows Application Packaging project
|
# Create the app package by building and packaging the Windows Application Packaging project
|
||||||
- name: Create the app package
|
- 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:
|
env:
|
||||||
Appx_Bundle: Always
|
Appx_Bundle: Always
|
||||||
Appx_Bundle_Platforms: x86|x64
|
Appx_Bundle_Platforms: x86|x64
|
||||||
|
@ -71,7 +70,7 @@ jobs:
|
||||||
aip-output-dir: ${{ github.workspace }}\setup
|
aip-output-dir: ${{ github.workspace }}\setup
|
||||||
aip-commands: |
|
aip-commands: |
|
||||||
SetProperty FOO="foo"
|
SetProperty FOO="foo"
|
||||||
SetVersion $env:Build_Number
|
SetVersion 1.6.0.${{ github.run_number }}
|
||||||
|
|
||||||
# Remove the pfx
|
# Remove the pfx
|
||||||
- name: Remove the pfx
|
- name: Remove the pfx
|
||||||
|
|
Loading…
Reference in New Issue