Déployer un service Windows .NET Core avec Topshelf
Déploiement d'un service Windows .NET Core via Topshelf
Commencze par initialiser un projet de type worker .NET Core à partir d'un modèle standard.
Ouvrez ensuite le fichier Programme.cs pour y apporter des modifications.
namespace ServiceWorkerNetCore
{
public class Programme
{
public static void Main(string[] arguments)
...
Publié le 7 juillet à 20h57