Remove drone file
All checks were successful
Build / Build (push) Successful in 47s

This commit is contained in:
Deukhoofd 2025-05-17 18:53:18 +02:00
parent f70b6dedf5
commit 3a9123b5ba
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -1,17 +0,0 @@
---
kind: pipeline
name: default
type: docker
steps:
- name: test-debug-linux
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
environment:
HUSKY: 0
TERM: xterm
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true
DOTNET_CONSOLE_ANSI_COLOR: true
commands:
- dotnet restore PkmnLib.NET.slnx --nologo --verbosity quiet
- dotnet build PkmnLib.NET.slnx -c Release --nologo --verbosity quiet -p:NoWarn=CS1591
- dotnet test PkmnLib.NET.slnx -c Release --nologo --no-restore --no-build