From e0f2d417a5c97a745cc9993d2d7c45eca6b94967 Mon Sep 17 00:00:00 2001 From: Big Duckie Date: Fri, 7 Jul 2023 09:56:16 -0600 Subject: [PATCH] Test msbuild. --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0c6e240..ba41670 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,7 @@ steps: - name: compile image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dir - - echo "Testing 1 2 3" - - echo "Maybe this time...." + - "msbuild" trigger: branch: