Skip to content

Commit ce83565

Browse files
committed
Working on appx building & signing
1 parent 351f224 commit ce83565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
$version = if ("${{ inputs.tag }}".Length -eq 0) { "${{ inputs.tag }}.0" } else { "${{ github.ref_name }}.0" }
4747
$version = $version -replace '^v', '' # Remove 'v' prefix if present for msbuild compatibility
4848
49-
dotnet build --configuration Release --no-restore -p:Platform=x64 -p:Version=$version -p:GenerateAppxPackageOnBuild=true
49+
dotnet build --configuration Release -p Platform=x64 -p GenerateAppxPackageOnBuild=true
5050
5151
- name: Move misx Packages
5252
run: |

0 commit comments

Comments
 (0)