PowerToys/Deploy/Nuget/pack.ps1
2015-11-04 04:30:54 +00:00

8 lines
239 B
PowerShell

$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\Nuget\wox.plugin.nuspec"
$current_path = Convert-Path .
Write-Host "Current path: " + $current_path
Write-Host "Target path: " + $path
& nuget pack $path -Version $env:APPVEYOR_BUILD_VERSION