disable build step, since it is redundant
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-03-22 17:35:16 +01:00
parent 59c3cf9a6a
commit 1c916f5392
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 4 additions and 4 deletions

View File

@ -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