From 92b096d7d4bc895019f119f10bdc28908ce68805 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Thu, 14 Feb 2019 11:46:12 -0800 Subject: [PATCH] Fix powershell issues --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c25296a..5517dc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -145,11 +145,11 @@ before_deploy: Add-Content "$HOME\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" | Out-Null git config --global user.email "dadonenf@microsoft.com" git config --global user.name "Daniel Donenfeld" - cd %APPVEYOR_BUILD_FOLDER% + Push-Location $env:APPVEYOR_BUILD_FOLDER Write-Host "[before_deploy] About to call push_asm batch script!" - asm\scripts\push_asm.bat + .\asm\scripts\push_asm.bat Write-Host "[before_deploy] after push asm!" }