|
@@ -6,6 +6,7 @@ steps:
|
|
|
- name: .Net-SonarScanner
|
|
- name: .Net-SonarScanner
|
|
|
image: mcr.microsoft.com/dotnet/samples
|
|
image: mcr.microsoft.com/dotnet/samples
|
|
|
commands:
|
|
commands:
|
|
|
|
|
+ - export PATH="$PATH:$HOME/.dotnet/tools"
|
|
|
- dotnet tool install --global dotnet-sonarscanner
|
|
- 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"
|