From b7b1cab39c24cca3a61bbcc1ed46c39e2aacbd2e Mon Sep 17 00:00:00 2001 From: jct Date: Tue, 19 Oct 2021 08:55:02 +0000 Subject: [PATCH] Change to .NET6 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a2db58e..6e98d3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,6 @@ kind: pipeline name: default steps: - name: build - image: mono + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - msbuild Tidstagning.sln \ No newline at end of file + - dotnet publish -c release -o out -r win-x64 --self-contained true \ No newline at end of file