diff --git a/.drone.yml b/.drone.yml index 4c3420c..a1ec1bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,10 @@ steps: commands: - dotnet restore ./src - - name: Build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - dotnet build --configuration Release ./src + # - name: Build + # image: mcr.microsoft.com/dotnet/sdk:6.0 + # commands: + # - dotnet build --configuration Release ./src - name: Test image: mcr.microsoft.com/dotnet/sdk:6.0