mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
8 lines
239 B
PowerShell
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
|