Skip to content

Commit 236cc2e

Browse files
committed
Microsoft store requires .0 revision number
1 parent 41ae655 commit 236cc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
# Update appxmanifest. This must be done before build.
2929
[xml]$manifest= get-content "src/BlazorFace.Maui/Platforms/Windows/Package.appxmanifest"
30-
$manifest.Package.Identity.Version = "${{ steps.nbgv.outputs.GitBuildVersion }}"
30+
$manifest.Package.Identity.Version = "${{ steps.nbgv.outputs.SimpleVersion }}.0"
3131
$manifest.save("src/BlazorFace.Maui/Platforms/Windows/Package.appxmanifest")
3232
- name: Install MAUI Workload
3333
run: dotnet workload install maui-windows --ignore-failed-sources

0 commit comments

Comments
 (0)