Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 853 Bytes

File metadata and controls

29 lines (17 loc) · 853 Bytes

Frends.MicrosoftSQL.ExecuteQuery

Frends Task to execute Microsoft SQL Server query.

License: MIT Build Coverage

Installing

You can install the Task via Frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

Create a simple SQL server to docker: cd Frends.MicrosoftSQL.ExecuteQuery.Tests docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release