Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 952 Bytes

File metadata and controls

29 lines (16 loc) · 952 Bytes

Frends.MongoDB.Update

Frends Task for MongoDB update operation.

License: MIT Build MyGet Coverage

Installing

You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

Run commands docker-compose up -d in \Frends.MongoDB.Update.Tests\Files\

dotnet test

Create a NuGet package

dotnet pack --configuration Release