Compare commits

...
2 Commits
Author SHA1 Message Date
khwezi e07cd0e0fd Merge pull request 'First build' (#1) from payments into master
Reviewed-on: #1
2026-06-01 17:42:11 +02:00
Khwezi Mngoma e04a0e5fbe First build
continuous-integration/drone/pr Build is failing
2026-06-01 17:41:50 +02:00
+1 -1
View File
@@ -6,7 +6,7 @@ name: build
steps:
- name: dotnet-build
image: mcr.microsoft.com/dotnet/sdk:10.0
commands:
commands:
- dotnet restore MidrandBooksApi.slnx
- dotnet build MidrandBooksApi.slnx -c Release