{"id":36484315,"url":"https://github.com/drone-plugins/drone-nuget","last_synced_at":"2026-01-12T01:40:42.309Z","repository":{"id":3660911,"uuid":"50460023","full_name":"drone-plugins/drone-nuget","owner":"drone-plugins","description":"Drone plugin for uploading files to NuGet repository","archived":false,"fork":false,"pushed_at":"2025-12-03T22:00:24.000Z","size":56,"stargazers_count":4,"open_issues_count":6,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-07T04:02:01.859Z","etag":null,"topics":["drone","drone-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-01-26T21:20:05.000Z","updated_at":"2023-03-05T13:19:28.000Z","dependencies_parsed_at":"2023-07-10T21:32:25.885Z","dependency_job_id":"beceab39-cc66-439a-aa08-52852dcfdb5c","html_url":"https://github.com/drone-plugins/drone-nuget","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/drone-nuget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-nuget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-nuget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-nuget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-nuget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/drone-nuget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-nuget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drone","drone-plugin"],"created_at":"2026-01-12T01:40:41.740Z","updated_at":"2026-01-12T01:40:42.304Z","avatar_url":"https://github.com/drone-plugins.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-nuget\n\n[![Build Status](http://beta.drone.io/api/badges/drone-plugins/drone-nuget/status.svg)](http://beta.drone.io/drone-plugins/drone-nuget)\n[![Coverage Status](https://aircover.co/badges/drone-plugins/drone-nuget/coverage.svg)](https://aircover.co/drone-plugins/drone-nuget)\n[![](https://badge.imagelayers.io/plugins/drone-nuget:latest.svg)](https://imagelayers.io/?images=plugins/drone-nuget:latest 'Get your own badge on imagelayers.io')\n\nDrone plugin to publish files and artifacts to NuGet repository. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).\n\n## Execute\n\nInstall the deps using `make`:\n\n```\nmake install\n```\n\n### Example\n\n```sh\nnpm start \u003c\u003cEOF\n{\n    \"repo\": {\n        \"clone_url\": \"git://github.com/drone/drone\",\n        \"owner\": \"drone\",\n        \"name\": \"drone\",\n        \"full_name\": \"drone/drone\"\n    },\n    \"system\": {\n        \"link_url\": \"https://beta.drone.io\"\n    },\n    \"build\": {\n        \"number\": 22,\n        \"status\": \"success\",\n        \"started_at\": 1421029603,\n        \"finished_at\": 1421029813,\n        \"message\": \"Update the Readme\",\n        \"author\": \"johnsmith\",\n        \"author_email\": \"john.smith@gmail.com\"\n        \"event\": \"push\",\n        \"branch\": \"master\",\n        \"commit\": \"436b7a6e2abaddfd35740527353e78a227ddcb2c\",\n        \"ref\": \"refs/heads/master\"\n    },\n    \"workspace\": {\n        \"root\": \"/drone/src\",\n        \"path\": \"/drone/src/github.com/drone/drone\"\n    },\n    \"vargs\": {\n        \"source\": \"http://nuget.company.com\",\n        \"api_key\": \"SUPER_KEY\",\n        \"files\": [\n            \"*.nupkg\"\n        ]\n    }\n}\nEOF\n```\n\n## Docker\n\nBuild the container using `make`:\n\n```\nmake docker\n```\n\n### Example\n\n```sh\ndocker run -i plugins/drone-nuget \u003c\u003cEOF\n{\n    \"repo\": {\n        \"clone_url\": \"git://github.com/drone/drone\",\n        \"owner\": \"drone\",\n        \"name\": \"drone\",\n        \"full_name\": \"drone/drone\"\n    },\n    \"system\": {\n        \"link_url\": \"https://beta.drone.io\"\n    },\n    \"build\": {\n        \"number\": 22,\n        \"status\": \"success\",\n        \"started_at\": 1421029603,\n        \"finished_at\": 1421029813,\n        \"message\": \"Update the Readme\",\n        \"author\": \"johnsmith\",\n        \"author_email\": \"john.smith@gmail.com\"\n        \"event\": \"push\",\n        \"branch\": \"master\",\n        \"commit\": \"436b7a6e2abaddfd35740527353e78a227ddcb2c\",\n        \"ref\": \"refs/heads/master\"\n    },\n    \"workspace\": {\n        \"root\": \"/drone/src\",\n        \"path\": \"/drone/src/github.com/drone/drone\"\n    },\n    \"vargs\": {\n        \"source\": \"http://nuget.company.com\",\n        \"api_key\": \"SUPER_KEY\",\n        \"files\": [\n            \"*.nupkg\"\n        ]\n    }\n}\nEOF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-nuget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fdrone-nuget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-nuget/lists"}