|
@@ -5,8 +5,9 @@ steps:
|
|
|
- name: test
|
|
- name: test
|
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
|
image: mcr.microsoft.com/dotnet/sdk:6.0
|
|
|
commands:
|
|
commands:
|
|
|
|
|
+ - export PATH="$PATH:/root/.dotnet/tools"
|
|
|
|
|
+ - dotnet tool install --global dotnet-sonarscanner
|
|
|
|
|
+
|
|
|
- dotnet sonarscanner begin /k:"narKampen" /d:sonar.host.url="http://nordh.xyz:9088" /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
|
|
- dotnet sonarscanner begin /k:"narKampen" /d:sonar.host.url="http://nordh.xyz:9088" /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
|
|
|
- dotnet build
|
|
- dotnet build
|
|
|
- dotnet sonarscanner end /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
|
|
- dotnet sonarscanner end /d:sonar.login="60ee04e339236ab586302b761e38f7c9b1ea8d99"
|
|
|
-image_pull_secrets:
|
|
|
|
|
- -
|
|
|