Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl authored Sep 14, 2022
1 parent bb1d080 commit 262ade6
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
Expand Up @@ -13,4 +13,8 @@ ln -s -f /usr/bin/dotnet /usr/share/dotnet/sdk/6.0.300/dotnet

rm -rf _layout
cd src
./dev.sh l
./dev.sh l

# dev.sh doesn't restore 'Test'
cd Test
dotnet restore

0 comments on commit 262ade6

Please sign in to comment.