1 Star 0 Fork 17

爱笑的华仔/BlazorMaui

forked from densen2014/BlazorMaui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
发布.txt 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Alex Chow 提交于 2022-11-19 19:50 . 安卓平台 : 发布 aab 和 apk
https://docs.microsoft.com/zh-cn/dotnet/maui/windows/deployment/overview
New-SelfSignedCertificate -Type Custom `
-Subject "CN=BlazorMaui " `
-KeyUsage DigitalSignature `
-FriendlyName "BlazorMaui dev cert" `
-CertStoreLocation "Cert:\CurrentUser\My" `
-TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}")
Get-ChildItem "Cert:\CurrentUser\My"
cd BlazorMaui
dotnet publish -f net7.0-windows10.0.19041.0 -c Release
发布应用生成和打包,将签名包复制到 bin\Release\net7.0-windows10.0.19041.0\win10-x64\AppPackages\<appname>\ 文件夹。 其中 <appname> 是一个以项目和版本命名的文件夹。 在此文件夹中,有 一个 msix 文件,即应用包。
dotnet publish -f:net7.0-android -c:Release
https://learn.microsoft.com/zh-cn/dotnet/maui/android/deployment/publish-cli?source=recommendations&view=net-maui-7.0
dotnet publish -f:net7.0-android -c:Release /p:AndroidSigningKeyPass=123456 /p:AndroidSigningStorePass=123456
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huazai186/BlazorMaui.git
[email protected]:huazai186/BlazorMaui.git
huazai186
BlazorMaui
BlazorMaui
master

搜索帮助