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

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

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