steps: - name: BuildAPI image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet build ./API - dotnet test ./API