Skip to content

Commit b23b500

Browse files
committed
Working on appx building & signing
1 parent 3fb27d5 commit b23b500

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,9 @@ jobs:
3838
$version = "0.0.0.1" # fallback version if no tag is provided
3939
}
4040
Write-Host "Setting version to $version"
41-
dotnet msbuild -p:Version=$version
4241
4342
- name: Build x64
4443
run: |
45-
# Get version number from input or tag
46-
$version = if ("${{ inputs.tag }}".Length -eq 0) { "${{ inputs.tag }}.0" } else { "${{ github.ref_name }}.0" }
47-
$version = $version -replace '^v', '' # Remove 'v' prefix if present for msbuild compatibility
48-
4944
dotnet build --configuration Release -p Platform=x64 -p Version=$version -p GenerateAppxPackageOnBuild=true
5045
5146
- name: Move misx Packages

0 commit comments

Comments
 (0)