2 Commits
Author SHA1 Message Date
khwezi 186c4b1e85 Merge pull request 'Refactored pipeline to use the correct solution name' (#3) from migration into master
Reviewed-on: #3
2026-05-09 17:18:46 +02:00
khwezi 359e50704a Refactored pipeline to use the correct solution name
continuous-integration/drone/pr Build is failing
2026-05-09 17:18:23 +02:00
+2 -2
View File
@@ -7,13 +7,13 @@ steps:
- name: dotnet-build
image: mcr.microsoft.com/dotnet/sdk:10.0
commands:
- dotnet restore LiteCharms.slnx
- dotnet restore LiteCharmsShop.slnx
- dotnet build LiteCharms.slnx -c Release
- name: dotnet-test
image: mcr.microsoft.com/dotnet/sdk:10.0
commands:
- dotnet restore LiteCharms.slnx
- dotnet restore LiteCharmsShop.slnx
- dotnet test LiteCharms.slnx -c Release --no-restore
trigger: