Commit 812e28f4 authored by Raphael Robatsch's avatar Raphael Robatsch
Browse files

jetbrains.rider: symlink dotnet-sdk again

`lib/ReSharperHost/linux-*/dotnet` does not exist, so that pattern
expands to nothing, and the ln command became just
`ln -s ${dotnet-sdk_7}`.
parent d0f0927e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -289,7 +289,10 @@ let
            lib/ReSharperHost/linux-*/ \
            plugins/dotCommon/DotFiles/linux-*/ \
            plugins/dotTrace/DotFiles/linux-*/
          ln -s ${dotnet-sdk_7} lib/ReSharperHost/linux-*/dotnet

          for dir in lib/ReSharperHost/linux-*; do
            ln -s ${dotnet-sdk_7} $dir/dotnet
          done
        )
      '';
    });