https://github.com/kzu/sleet.azure
Provides the Sleet.Azure package for easily pushing packages to Azure storage-backed feeds
https://github.com/kzu/sleet.azure
Last synced: over 1 year ago
JSON representation
Provides the Sleet.Azure package for easily pushing packages to Azure storage-backed feeds
- Host: GitHub
- URL: https://github.com/kzu/sleet.azure
- Owner: kzu
- License: mit
- Created: 2017-10-04T18:47:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T17:17:26.000Z (about 7 years ago)
- Last Synced: 2025-03-17T18:56:16.358Z (over 1 year ago)
- Size: 12.7 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sleet.Azure
Provides the Sleet.Azure package for easily pushing packages to Azure storage-backed feeds
# Installing
See https://www.nuget.org/packages/Sleet.Azure
# Usage
You must provide the following three required properties:
```xml
```
and optionally:
```xml
true
```
You specify the packages to push via the `Package` item group:
```xml
```
And then invoke the `Push` target. Optionally, invoke `Init` the
first time you initialize the feed.