Skip to content

Commit

Permalink
Restore symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Mar 17, 2022
1 parent d6a244f commit d28fe56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

### Create _dotnetsdk
echo 'Creating symlink for embedded sdk...'
ln -s /home/codespace/.dotnet/sdk/ _dotnetsdk
echo .6.0.100 >> _dotnetsdk/6.0.100/.6.0.100
ln -s /home/codespace/.dotnet/dotnet _dotnetsdk/6.0.100/dotnet

### Restore
dotnet restore src/Runner.Listener &
Expand Down

0 comments on commit d28fe56

Please sign in to comment.