- updated windows build script to pull with submodules recursively

This commit is contained in:
SoftCoder
2013-12-14 10:27:12 -08:00
parent fe29c1c5c9
commit cdd80092c5
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ rem Update from GIT to latest rev
ECHO -------------------------------- ECHO --------------------------------
Echo Updating Code from GIT to latest Revision... Echo Updating Code from GIT to latest Revision...
cd ..\..\ cd ..\..\
git pull git pull --recurse-submodules
set GITVERSION_SHA1=. set GITVERSION_SHA1=.
set GITVERSION_REV=. set GITVERSION_REV=.

View File

@@ -96,7 +96,7 @@ rem Update from GIT to latest rev
ECHO -------------------------------- ECHO --------------------------------
Echo Updating Code from GIT to latest Revision... Echo Updating Code from GIT to latest Revision...
cd ..\..\ cd ..\..\
git pull git pull --recurse-submodules
set GITVERSION_SHA1=. set GITVERSION_SHA1=.
set GITVERSION_REV=. set GITVERSION_REV=.