PowerToys/Deploy/nuget.ps1

8 lines
229 B
PowerShell
Raw Normal View History

$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\wox.plugin.nuspec"
2014-12-12 18:22:17 +08:00
$currentPath = Convert-Path .
Write-Host "Current path:" + $currentPath
Write-Host "nuspec path:" + $path
2014-12-12 18:22:17 +08:00
2015-11-04 11:24:41 +08:00
& nuget pack $path -Version $env:APPVEYOR_BUILD_VERSION