Delete pushnuget script

This commit is contained in:
cra0zy 2019-08-10 11:20:03 +02:00
parent ee5d86751d
commit 592fe8fef9

View File

@ -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