diff --git a/pushnuget.sh b/pushnuget.sh deleted file mode 100755 index 61b1ff60f..000000000 --- a/pushnuget.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -for f in BuildOutput/NugetPackages/*.nupkg -do - echo "Processing $f..." - mono tools/nuget.exe push -Verbosity detailed -Source https://www.nuget.org/api/v2/package "$f" $NUGETAPIKEY -done