Adding dotnet-init to symlink list
This commit is contained in:
parent
c91eb06b6e
commit
9d9f141945
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ ln -s $2/bin/dotnet-compile-csc /usr/local/bin/
|
|||
ln -s $2/bin/dotnet-publish /usr/local/bin/
|
||||
ln -s $2/bin/dotnet-restore /usr/local/bin/
|
||||
ln -s $2/bin/dotnet-restore /usr/local/bin/
|
||||
ln -s $2/bin/dotnet-init /usr/local/bin/
|
||||
ln -s $2/bin/resgen /usr/local/bin/
|
||||
|
||||
# A temporary solution to unblock dotnet compile
|
||||
|
|
Loading…
Reference in a new issue