appveyor: set TRAVIS_COMMIT for upload.sh

This commit is contained in:
itsmattkc
2020-01-25 00:49:04 +11:00
parent 3cac4dfb51
commit c26070bfb5
+1
View File
@@ -3,6 +3,7 @@ git rev-parse --short=8 HEAD > hash.txt
git rev-parse HEAD > longhash.txt
set /p GITHASH= < hash.txt
set /p GITLONGHASH= < longhash.txt
set /p TRAVIS_COMMIT= < longhash.txt
REM Set up Visual Studio x64 environment
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"