update everything to DOTNET_CLI_VERSION

Some package_tool fixes
This commit is contained in:
Bryan 2016-01-12 15:27:02 -08:00 committed by Bryan Thornbury
parent f88c9a88f2
commit 7011f9e604
21 changed files with 82 additions and 90 deletions

View file

@ -87,8 +87,8 @@ create_debian_package(){
header "Packing .deb"
mkdir -p "$PACKAGE_OUTPUT_DIR"
"$PACKAGING_ROOT/package_tool/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_BUILD_VERSION -n $DOTNET_DEB_PACKAGE_NAME
"$PACKAGING_ROOT/package_tool/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_CLI_VERSION -n $DOTNET_DEB_PACKAGE_NAME
}
test_debian_package(){