mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 16:05:28 +00:00
Delete pushnuget script
This commit is contained in:
parent
ee5d86751d
commit
592fe8fef9
|
@ -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