PowerToys/Deploy/Nuget/pack.ps1

8 lines
239 B
PowerShell
Raw Normal View History

2015-11-04 11:24:41 +08:00
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\Nuget\wox.plugin.nuspec"
2014-12-12 18:22:17 +08:00
2015-11-04 11:24:41 +08:00
$current_path = Convert-Path .
Write-Host "Current path: " + $current_path
Write-Host "Target 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