1 Star 0 Fork 17

idwyx/BlazorMaui

forked from densen2014/BlazorMaui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WIndows发布步骤.txt 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
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 net6.0-windows10.0.19041.0 -c Release
发布应用生成和打包,将签名包复制到 bin\Release\net6.0-windows10.0.19041.0\win10-x64\AppPackages\<appname>\ 文件夹。 其中 <appname> 是一个以项目和版本命名的文件夹。 在此文件夹中,有 一个 msix 文件,即应用包。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idwyx/BlazorMaui.git
[email protected]:idwyx/BlazorMaui.git
idwyx
BlazorMaui
BlazorMaui
master

搜索帮助