@ -15,7 +15,7 @@ steps:
- dotnet restore mastermindSansMaui.sln
- dotnet build mastermindSansMaui.sln -c Release --no-restore
- dotnet publish mastermindSansMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- cd Sources/