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