Revert back to 1.5
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
.NET Core Desktop / build (Release) (push) Has been cancelled
Details
parent
79e2ea3fcd
commit
6e8500a479
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue