mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
6404aac986
1. remove update generator from build script 2. add build version to release binary file name 3. remove installer script from deploy folder
8 lines
233 B
PowerShell
8 lines
233 B
PowerShell
$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\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
|