- updated windows build to pull submodules in a way that works

This commit is contained in:
SoftCoder 2013-12-14 12:50:27 -08:00
parent 6e061f459d
commit 69a0ae3c6b
2 changed files with 4 additions and 2 deletions

View File

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

View File

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