This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,11 @@ if [ ! -e $__INIT_TOOLS_DONE_MARKER ]; then
46
46
if [ " $__DISTRO_NAME " == ' ubuntu.16.04' ] ||
47
47
[ " $__DISTRO_NAME " == ' ubuntu.16.10' ] ||
48
48
[ " $__DISTRO_NAME " == ' ubuntu.18.04' ] ||
49
- [ " $__DISTRO_NAME " == ' debian.8' ] ||
50
49
[ " $__DISTRO_NAME " == ' fedora.23' ] ||
51
50
[ " $__DISTRO_NAME " == ' fedora.24' ] ||
52
51
[ " $__DISTRO_NAME " == ' fedora.27' ] ||
53
52
[ " $__DISTRO_NAME " == ' opensuse.13.2' ] ||
54
- [ " $__DISTRO_NAME " == ' opensuse.42.1' ] ||
55
- [ " $__DISTRO_NAME " == ' opensuse.42.3' ] ; then
53
+ [ " $__DISTRO_NAME " == ' opensuse.42.1' ]; then
56
54
__PKG_RID=$__DISTRO_NAME
57
55
fi
58
56
fi
@@ -113,6 +111,11 @@ if [ ! -e $__INIT_TOOLS_DONE_MARKER ]; then
113
111
exit $?
114
112
fi
115
113
114
+ # Replace the binaries restored by the tool runtime script with the portable binaries
115
+ if [ " $__PKG_RID " == " linux" ]; then
116
+ cp -r $__DOTNET_PATH /shared/Microsoft.NETCore.App/* /* $__TOOLRUNTIME_DIR
117
+ fi
118
+
116
119
touch $__INIT_TOOLS_DONE_MARKER
117
120
echo " Done initializing tools."
118
121
else
You can’t perform that action at this time.
0 commit comments