Address PR feedback.

This commit is contained in:
Sridhar Periyasamy 2016-01-08 11:28:38 -08:00
parent 3c53e26d59
commit 08f960b03d
2 changed files with 12 additions and 7 deletions

View file

@ -13,6 +13,7 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
source "$DIR/../common/_common.sh"
source "$REPOROOT/scripts/build/generate-version.sh"
if [ -z "$DOTNET_BUILD_VERSION" ]; then
TIMESTAMP=$(date "+%Y%m%d%H%M%S")