This commit is contained in:
@ -4,6 +4,7 @@ steps:
|
||||
- name: build
|
||||
image: mono
|
||||
commands:
|
||||
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin
|
||||
- dotnet tool install --global dotnet-sonarscanner
|
||||
- dotnet sonarscanner begin /k:"tidstagning" /d:sonar.host.url="https://sonarqube.jcktrue.dk" /d:sonar.login="$TOKEN"
|
||||
- msbuild Tidstagning.sln
|
||||
|
Reference in New Issue
Block a user