Added build to drone.yml
continuous-integration/drone/push Build is failing Details

Xander Sigler 3 years ago
parent 878a100fcd
commit 8d31eb9c74

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

Loading…
Cancel
Save