1 Star 0 Fork 20

龙在天涯/Mkh

forked from 17MKH/Mkh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nuget_publish.ps1 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
iamoldli 提交于 2021-09-08 11:26 . 发布1.0.0版本
Write-Host '请输入Key:'
$key = Read-Host
$dir = './_packages'
if(Test-Path -Path $dir){
Remove-Item $dir -Recurse
}
dotnet build -c Release
Get-ChildItem -Path $dir | ForEach-Object -Process{
dotnet nuget push $_.fullname -s https://api.nuget.org/v3/index.json -k $key
}
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/long178/mkh.git
git@gitee.com:long178/mkh.git
long178
mkh
Mkh
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385