try moving asm related scripts to asm\scripts folder

This commit is contained in:
Daniel Donenfeld 2019-02-14 11:14:32 -08:00
parent fe51338562
commit c8e21df269
3 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@ before_deploy:
git config --global user.email "dadonenf@microsoft.com"
git config --global user.name "Daniel Donenfeld"
cd %APPVEYOR_BUILD_FOLDER%
push_asm.bat
asm\scripts\push_asm.bat
}
deploy_script:
- cd %APPVEYOR_BUILD_FOLDER%
- ps: '& "deploy-asm.ps1"'
- ps: '& "asm\scripts\deploy-asm.ps1"'