Refactored pipeline to use the correct solution name #3

Merged
khwezi merged 1 commits from migration into master 2026-05-09 17:18:47 +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: