{"id":17037946,"url":"https://github.com/kzu/sleet.azure","last_synced_at":"2025-03-22T23:23:20.276Z","repository":{"id":141701935,"uuid":"105805176","full_name":"kzu/Sleet.Azure","owner":"kzu","description":"Provides the Sleet.Azure package for easily pushing packages to Azure storage-backed feeds","archived":false,"fork":false,"pushed_at":"2019-04-26T17:17:26.000Z","size":13,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T18:56:16.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kzu.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},"funding":{"github":"devlooped"}},"created_at":"2017-10-04T18:47:04.000Z","updated_at":"2020-05-20T13:24:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"a438f86b-7b03-4c36-9c4d-76f8ee0be914","html_url":"https://github.com/kzu/Sleet.Azure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FSleet.Azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FSleet.Azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FSleet.Azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzu%2FSleet.Azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kzu","download_url":"https://codeload.github.com/kzu/Sleet.Azure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245032858,"owners_count":20550166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-14T08:55:32.422Z","updated_at":"2025-03-22T23:23:20.252Z","avatar_url":"https://github.com/kzu.png","language":null,"funding_links":["https://github.com/sponsors/devlooped"],"categories":[],"sub_categories":[],"readme":"# Sleet.Azure\n\nProvides the Sleet.Azure package for easily pushing packages to Azure storage-backed feeds\n\n# Installing\n\nSee https://www.nuget.org/packages/Sleet.Azure\n\n# Usage\n\nYou must provide the following three required properties:\n\n```xml\n    \u003c!-- Azure storage account to use --\u003e\n    \u003cStorageAccount Condition=\"'$(StorageAccount)' == ''\" /\u003e\n    \u003c!-- Azure storage access key for the connection --\u003e\n    \u003cStorageAccessKey Condition=\"'$(StorageAccessKey)' == ''\" /\u003e\n    \u003c!-- Azure storage container name where the feed will be stored --\u003e\n    \u003cStorageContainer Condition=\"'$(StorageContainer)' == ''\" /\u003e\n```\n\nand optionally:\n\n```xml\n    \u003c!-- \n      Whether to validate and initialize the feed before pushing. \n      Defaults to 'true', which is expensive and can safely be \n      turned to 'false' after the first init/push operation.\n     --\u003e\n    \u003cSleetInit\u003etrue\u003c/SleetInit\u003e\n```\n\nYou specify the packages to push via the `Package` item group:\n\n```xml\n\u003cItemGroup\u003e\n    \u003cPackage Include=\"bin\\*.nupkg\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\nAnd then invoke the `Push` target. Optionally, invoke `Init` the \nfirst time you initialize the feed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzu%2Fsleet.azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkzu%2Fsleet.azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzu%2Fsleet.azure/lists"}