change debug to Debug to match managed part

This commit is contained in:
wfurt 2018-12-13 22:00:16 -08:00
parent 6e6a0de6df
commit 6fd3ea4b40

View file

@ -49,7 +49,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
REPOROOT="$DIR"
CONFIGURATION="debug"
CONFIGURATION="Debug"
ARCHITECTURE="x64"
STAGE0_SOURCE_DIR=