This commit is contained in:
Vladimir Safonkin 2021-02-04 09:43:21 +03:00
parent a0f70ab98c
commit 5c5ac76dc6

View File

@ -3,10 +3,10 @@ if [ -z "$1" ]; then
exit 1 exit 1
fi fi
if [ ! -f "../nuget.config" ]; then # if [ ! -f "../nuget.config" ]; then
echo "nuget file not generated correctly" # echo "nuget file not generated correctly"
exit 1 # exit 1
fi # fi
dotnet_version="$(dotnet --version)" dotnet_version="$(dotnet --version)"
echo "Found dotnet version '$dotnet_version'" echo "Found dotnet version '$dotnet_version'"