We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ae655 commit 236cc2eCopy full SHA for 236cc2e
.github/workflows/maui.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
# Update appxmanifest. This must be done before build.
29
[xml]$manifest= get-content "src/BlazorFace.Maui/Platforms/Windows/Package.appxmanifest"
30
- $manifest.Package.Identity.Version = "${{ steps.nbgv.outputs.GitBuildVersion }}"
+ $manifest.Package.Identity.Version = "${{ steps.nbgv.outputs.SimpleVersion }}.0"
31
$manifest.save("src/BlazorFace.Maui/Platforms/Windows/Package.appxmanifest")
32
- name: Install MAUI Workload
33
run: dotnet workload install maui-windows --ignore-failed-sources
0 commit comments