PowerToys/Deploy/UpdateGenerator/build.ps1
2015-11-04 04:30:54 +00:00

9 lines
254 B
PowerShell

$path = $env:APPVEYOR_BUILD_FOLDER + "\Deploy\UpdateGenerator"
$current_path = Convert-Path .
Write-Host "Current path: " + $current_path
Write-Host "Target path: " + $path
Set-Location $path
& ".\Wox.UpdateFeedGenerator.exe"
Set-Location $current_path