Skip to content

Commit

Permalink
Revert version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Nov 19, 2024
1 parent f75d77c commit f239e9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f239e9b

Please sign in to comment.