Merge pull request #3957 from dotnet/piotrpMSFT/fixbuild
print all files
This commit is contained in:
commit
ad66b8935c
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ if [ ! -e "$__PROJECT_JSON_FILE" ]; then
|
||||||
echo "Restoring build tools version $__BUILD_TOOLS_PACKAGE_VERSION..."
|
echo "Restoring build tools version $__BUILD_TOOLS_PACKAGE_VERSION..."
|
||||||
"$__DOTNET_CMD" restore "$__PROJECT_JSON_FILE" --packages "$NUGET_PACKAGES" --source "$__BUILD_TOOLS_SOURCE"
|
"$__DOTNET_CMD" restore "$__PROJECT_JSON_FILE" --packages "$NUGET_PACKAGES" --source "$__BUILD_TOOLS_SOURCE"
|
||||||
|
|
||||||
"$__BUILD_TOOLS_PATH/init-tools.sh"
|
if [ ! -e "$__BUILD_TOOLS_PATH/init-tools.sh" ]; then echo "ERROR: Could not restore build tools correctly. See '$__init_tools_log' for more details."; fi
|
||||||
|
find .
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "$__BUILD_TOOLS_CLI_DIR" ]; then
|
if [ ! -d "$__BUILD_TOOLS_CLI_DIR" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue