drone yml event push fix
continuous-integration/drone/push Build is failing Details

pull/1/head
loobry 2 years ago
parent 6a7176d7ac
commit 3c0f6d55f9

@ -9,7 +9,7 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
commands:
commands:
- cd Sources/
- dotnet restore MauiApp.sln
- dotnet build MauiApp.sln -c Release --no-restore
- dotnet restore MySolution.sln
- dotnet build MySolution.sln -c Release --no-restore
Loading…
Cancel
Save