Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.21 KB

File metadata and controls

37 lines (20 loc) · 1.21 KB

Frends.Oracle.ExecuteProcedure

Frends.Oracle.ExecuteProcedure Main MyGet GitHub Coverage

Frends Task for executing stored procedures in Oracle database.

Installing

You can install the Task via Frends UI Task View or you can find the NuGet package from the following NuGet feed.

Building

Clone a copy of the repo

git clone https://github.com/FrendsPlatform/Frends.Oracle.git

Rebuild the project

dotnet build

Run tests

cd Frends.Oracle.ExecuteProcedure

Run deploy script on git bash. This will download Oracle image and deploy the container.

.\build\deploy_oracle_docker_container.sh

dotnet test

Create a NuGet package

dotnet pack --configuration Release