From 31af742b5355350d901f5fbedba4e527edc4109e Mon Sep 17 00:00:00 2001 From: Herwin Date: Mon, 24 Oct 2022 20:28:02 +0200 Subject: [PATCH] Finished base config file for Drone CI Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e6e8d38..5d0954d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,4 @@ steps: - name: test image: mcr.microsoft.com/dotnet/sdk:6.0-alpine commands: - - dotnet build + - dotnet build "./NibblePoker.Application.ListComPort/NibblePoker.Application.ListComPort.csproj"