diff --git a/.drone.yml b/.drone.yml index 4c89a1a..d7af35c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,5 @@ steps: - name: compile1 image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - - sh build.sh \ No newline at end of file + - dotnet restore + - dotnet build \ No newline at end of file