Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/26/head
Matheo HERSAN 2 years ago
parent f4010bcdde
commit 187a89c8e2

@ -8,6 +8,12 @@ trigger:
steps:
- name: use-dotnet-maui
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- dotnet new maui -au $MAUI_AUTHOR -an $MAUI_APP_NAME --sdk $MAUI_SDK_VERSION
- dotnet build
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
volumes:

Loading…
Cancel
Save