Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 812 Bytes

File metadata and controls

24 lines (14 loc) · 812 Bytes

Frends.AzureBlobStorage.ListBlobsInContainer

Frends Task to list blobs and directories from Azure Blob Storage container.

License: MIT Build Coverage

Installing

You can install the Task via frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release