This commit is contained in:
Vladimir Safonkin
2021-02-04 11:43:20 +03:00
parent 1317beb53a
commit 054db1cac2
2 changed files with 10 additions and 13 deletions

View File

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