diff --git a/.drone.yml b/.drone.yml index a1ec1bb..1d6d883 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,10 @@ name: testing type: docker steps: - - name: Install Dependencies - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - dotnet restore ./src + # - name: Install Dependencies + # image: mcr.microsoft.com/dotnet/sdk:6.0 + # commands: + # - dotnet restore ./src # - name: Build # image: mcr.microsoft.com/dotnet/sdk:6.0 @@ -54,6 +54,7 @@ steps: when: branch: - master + - makeup event: - push depends_on: