Delete pushnuget script
This commit is contained in:
parent
ee5d86751d
commit
592fe8fef9
1 changed files with 0 additions and 7 deletions
|
@ -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
|
Loading…
Reference in a new issue