Add '.drone.yml'
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
bfd9946156
commit
47144a9919
@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: "Front CI"
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: "Build APK"
|
||||||
|
image: mcr.microsoft.com/dotnet/framework/sdk:4.8.1
|
||||||
|
commands:
|
||||||
|
- dotnet workload install maui
|
||||||
|
- dotnet build -f net7.0-android -c Release
|
Loading…
Reference in new issue