diff --git a/publish.sh b/publish.sh deleted file mode 100755 index cd285f7..0000000 --- a/publish.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -v -set -e -git clean -xfd -dotnet pack -dotnet nuget push src/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key="$apikey"