about summary refs log tree commit diff
path: root/scripts/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/publish.sh')
-rwxr-xr-xscripts/publish.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/publish.sh b/scripts/publish.sh
new file mode 100755

index 0000000..ac59da0 --- /dev/null +++ b/scripts/publish.sh
@@ -0,0 +1,5 @@ +nom build .\#nugetArtifactDir.x86_64-linux -j4 -L +for p in ./result/*.nupkg; do + echo "Pushing $p to NuGet..." + dotnet nuget push "$p" -k ${NUGET_KEY} --source https://api.nuget.org/v3/index.json --skip-duplicate +done \ No newline at end of file