Merge pull request 'Fixed restore commands' (#4) from migration into master

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-05-09 17:20:20 +02:00
+2 -2
View File
@@ -8,13 +8,13 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:10.0 image: mcr.microsoft.com/dotnet/sdk:10.0
commands: commands:
- dotnet restore LiteCharmsShop.slnx - dotnet restore LiteCharmsShop.slnx
- dotnet build LiteCharms.slnx -c Release - dotnet build LiteCharmsShop.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 LiteCharmsShop.slnx - dotnet restore LiteCharmsShop.slnx
- dotnet test LiteCharms.slnx -c Release --no-restore - dotnet test LiteCharmsShop.slnx -c Release --no-restore
trigger: trigger:
event: [ pull_request ] event: [ pull_request ]