Skip to content

Commit

Permalink
Add dotnet-ef
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jul 27, 2024
1 parent faf00ac commit 61ca372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codespaces-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ popd
mkdir /var/vicr123-accounts
echo /usr/local/lib > /etc/ld.so.conf.d/libgit2.conf
ldconfig

cat << \EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:/root/.dotnet/tools"
EOF
dotnet tool install --global dotnet-ef

0 comments on commit 61ca372

Please sign in to comment.