drone yml event push
continuous-integration/drone/push Build encountered an error Details

pull/1/head
loobry 2 years ago
parent 07047182a9
commit 6a7176d7ac

@ -4,4 +4,12 @@ name: myFirstPipeline
trigger: trigger:
event: event:
- push - push
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
- cd Sources/
- dotnet restore MauiApp.sln
- dotnet build MauiApp.sln -c Release --no-restore
Loading…
Cancel
Save