mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Fix continue integration in AppVeyor
This commit is contained in:
9
Deploy/UpdateGenerator/build.ps1
Normal file
9
Deploy/UpdateGenerator/build.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
$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
|
||||
Reference in New Issue
Block a user