From 7fd393b1db96ecff8613e3e8aec706f6f2a0a005 Mon Sep 17 00:00:00 2001 From: Jens True Date: Tue, 15 Sep 2020 22:46:47 +0200 Subject: [PATCH] Drone docker mono attempts --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 36c0c1e..6f9c5ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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