Skip to content

Commit

Permalink
Remove dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 18, 2024
1 parent b385552 commit 9101e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/CI/install-env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo "Dotnet is $(whereis dotnet) and PATH is $PATH"
apt remove --purge dotnet*
apt remove --purge aspnetcore*

wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh

Expand Down

0 comments on commit 9101e19

Please sign in to comment.