mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix powershell issues
This commit is contained in:
parent
91c3d4afa5
commit
92b096d7d4
@ -145,11 +145,11 @@ before_deploy:
|
|||||||
Add-Content "$HOME\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n" | Out-Null
|
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.email "dadonenf@microsoft.com"
|
||||||
git config --global user.name "Daniel Donenfeld"
|
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!"
|
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!"
|
Write-Host "[before_deploy] after push asm!"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user