Importing Custom Tasks
To import a Custom Task to Frends you first need to pack the source code to a NuGet package. In this course we will not go deep into creating a Custom Task, but you can find additional information from Frends Documentation. Once you have packed your source code into a NuGet package you can import the NuGet package from the Tasks View by clicking the "Import Task NuGet" button. This will open your system's file explorer and you can select the NuGet package you wish to import.
After selecting the NuGet package you wish to import, Frends will inform you about the Tasks that will be imported to Frends. From here you should check that the Tasks are correct, and they will be imported to the correct location. You can also import the package to storage without adding the Tasks if you wish.
After reviewing the Tasks, you can click "Import" to import the Tasks to Frends. After a moment, Frends will inform you that the import has been successful. The duration of the import depends on how many dependencies the package has.
The next article is Example on Updating a Task