Search Results for

    Show / Hide Table of Contents

    Sleet

    sleet

    Sleet is a static (serverless) NuGet package feed generator, which supports for a JSON format as well as .netconfig.

    All the available settings are supported via .netconfig.

    Some examples are:

    1. Azure Blob Storage-based feed:
    [sleet "feed"]
        type = azure
        container = feed
        connectionString = "DefaultEndpointsProtocol=https;AccountName=;AccountKey=;BlobEndpoint="
        path = https://yourStorageAccount.blob.core.windows.net/feed/
    
    1. AWS S3-based feed:
    [sleet "feed"]
        type = s3
        path = https://s3.amazonaws.com/my-bucket-feed/
        bucketName = my-bucket-feed
        region = us-west-2
        accessKeyId = IAM_ACCESS_KEY_ID
        secretAccessKey = IAM_SECRET_ACCESS_KEY
    
    1. Local directory feed: gitconfig [sleet "myLocalFeed"] type = local path = C:\\myFeed

    See the docs for all available settings.

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX