Update run-build.sh

Spit out the `config` during builds
This commit is contained in:
Sridhar Periyasamy 2016-02-17 10:02:18 -08:00
parent 23907bc924
commit 2deb093642

View file

@ -69,6 +69,7 @@ dotnet publish "$DIR/dotnet-cli-build" -o "$DIR/dotnet-cli-build/bin" --framewor
# Run the builder
echo "Invoking Build Scripts..."
echo "Configuration: $CONFIGURATION"
if [ -f "$DIR/dotnet-cli-build/bin/dotnet-cli-build" ]; then
DOTNET_HOME="$DOTNET_INSTALL_DIR/share/dotnet/cli" $DIR/dotnet-cli-build/bin/dotnet-cli-build "$@"