From c26070bfb547c2eebf7936c5c9632c29af559dbb Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sat, 25 Jan 2020 00:49:04 +1100 Subject: [PATCH] appveyor: set TRAVIS_COMMIT for upload.sh --- appveyor-build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor-build.bat b/appveyor-build.bat index 877a31e18..23a524665 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -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"