1 Star 0 Fork 1

huangjunjiex/avalonia-dotnet-templates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install-dev-templates.ps1 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
dotnet new uninstall Avalonia.Templates
Remove-Item bin/**/*.nupkg
$result = dotnet pack | select-string "Successfully created package '(.*)'" -AllMatches
$package = $result.Matches.Groups[1]
dotnet new install $package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/huangjunjiex/avalonia-dotnet-templates.git
[email protected]:huangjunjiex/avalonia-dotnet-templates.git
huangjunjiex
avalonia-dotnet-templates
avalonia-dotnet-templates
master

搜索帮助