mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:05:31 +00:00
Use cake nuget.exe for pushing
This commit is contained in:
parent
32c4865611
commit
6b2b716131
|
@ -6,7 +6,7 @@
|
|||
// VARS
|
||||
|
||||
Settings.Cake = Context;
|
||||
Settings.Version = "3.22.24.25";
|
||||
Settings.Version = "3.22.24.24";
|
||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||
Settings.Assembly = Argument("Assembly", "");
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo nuget update -self
|
||||
|
||||
for f in BuildOutput/NugetPackages/*.nupkg
|
||||
do
|
||||
echo "Processing $f..."
|
||||
nuget push -Verbosity detailed -Source https://www.nuget.org/api/v2/package "$f" $NUGETAPIKEY
|
||||
mono tools/nuget.exe push -Verbosity detailed -Source https://www.nuget.org/api/v2/package "$f" $NUGETAPIKEY
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue