Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.11 KB

Frends.SFTP.WriteFile

Frends.SFTP.WriteFile Main MyGet GitHub Coverage

Writes string content to a file through SFTP connection.

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.SFTP.git

Build the project

dotnet build

Run tests

cd Frends.SFTP.WriteFile.Tests

Run the Docker compose from Frends.SFTP.WriteFile.Tests directory using

docker-compose up -d

dotnet test

Create a NuGet package

dotnet pack --configuration Release