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