Refactored pipeline to use the correct solution name
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-05-09 17:18:23 +02:00
parent 783d234c84
commit 359e50704a
+2 -2
View File
@@ -7,13 +7,13 @@ steps:
- name: dotnet-build - name: dotnet-build
image: mcr.microsoft.com/dotnet/sdk:10.0 image: mcr.microsoft.com/dotnet/sdk:10.0
commands: commands:
- dotnet restore LiteCharms.slnx - dotnet restore LiteCharmsShop.slnx
- dotnet build LiteCharms.slnx -c Release - dotnet build LiteCharms.slnx -c Release
- name: dotnet-test - name: dotnet-test
image: mcr.microsoft.com/dotnet/sdk:10.0 image: mcr.microsoft.com/dotnet/sdk:10.0
commands: commands:
- dotnet restore LiteCharms.slnx - dotnet restore LiteCharmsShop.slnx
- dotnet test LiteCharms.slnx -c Release --no-restore - dotnet test LiteCharms.slnx -c Release --no-restore
trigger: trigger: