Added build to drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Xander Sigler 2022-01-17 17:16:17 -08:00
parent 878a100fcd
commit 8d31eb9c74

View File

@ -12,6 +12,7 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0
commands: commands:
- ls - ls
- dotnet build
- dotnet pack -o . - dotnet pack -o .
- ls - ls