We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cc6da commit 5becbd9Copy full SHA for 5becbd9
1 file changed
build.sh
@@ -3,7 +3,7 @@ if test "$OS" = "Windows_NT"
3
then
4
cmd /C build.cmd
5
else
6
- which dotnet6 > /dev/null || { echo "ERROR: 'dotnet' not found. Please ensure you have installed .NETv6" >&2;
+ which dotnet6 > /dev/null || { echo "ERROR: 'dotnet' not found. Please ensure you have installed .NETv6" >&2; }
7
dotnet tool restore
8
dotnet paket restore
9
#dotnet fsi build.fsx -t Build $@
0 commit comments