kind: pipeline name: default steps: - name: test image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet sonarscanner begin /k:"narKampen" /d:sonar.host.url="http://nordh.xyz:9088" /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99" - dotnet build - dotnet sonarscanner end /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99" image_pull_secrets: -