Skip to content

Commit

Permalink
Workaround new hostfxr bug (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym authored Mar 1, 2018
1 parent f9bb4be commit 146f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/KoreBuild/scripts/dotnet-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ extract_dotnet_package() {
find "$temp_out_path" -type f | grep -Ev "$folders_with_version_regex" | copy_files_or_dirs_from_list "$temp_out_path" "$out_path" "$override_non_versioned_files"

rm -rf "$temp_out_path"

rm -rf "$out_path/host/fxr/2.1.0-preview2-26225-03"
if [ "$failed" = true ]; then
say_err "Extraction failed"
return 1
Expand Down

0 comments on commit 146f287

Please sign in to comment.