2 Star 0 Fork 0

mirrors_oozcitak / exiflibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update nuget package.ps1 357 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ozgur Ozcitak 提交于 2019-09-13 11:15 . Correct link to GIFComment
Param(
[Parameter(Mandatory=$true, HelpMessage="NuGet API Key")][String]$apikey
)
$ScriptDir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
$PkgDir = Join-Path $ScriptDir '.\ExifLibrary\bin\Release' -Resolve
Set-Location $PkgDir
$args = @('nuget', 'push', '.\*.nupkg', '-s', 'https://www.nuget.org', '-k', $apikey)
& 'dotnet' $args
1
https://gitee.com/mirrors_oozcitak/exiflibrary.git
git@gitee.com:mirrors_oozcitak/exiflibrary.git
mirrors_oozcitak
exiflibrary
exiflibrary
master

搜索帮助