Skip to content

Commit

Permalink
No need for service restore
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Mar 17, 2022
1 parent 0668503 commit d6a244f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -1,13 +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 &
dotnet restore src/Runner.Common &
dotnet restore src/Runner.Sdk &
dotnet restore src/Runner.Worker &
dotnet restore src/Runner.Service &
dotnet restore src/Test &

0 comments on commit d6a244f

Please sign in to comment.