Fix continue integration in AppVeyor

This commit is contained in:
bao-qian
2015-11-04 03:24:41 +00:00
parent b1eb48d201
commit f2a93887c9
4 changed files with 17 additions and 20 deletions

View File

@@ -1,2 +0,0 @@
cd /d %~dp0
%~dp0Wox.UpdateFeedGenerator.exe

View 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