From 62115ef711f05a403301b3df1c6d087090d0b004 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 18 Sep 2022 18:28:24 +0200 Subject: [PATCH] Fixes for CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4295f8..53a04bb 100755 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ steps: - name: Build image: deukhoofd/dotnet-builder commands: - - dotnet build -c Release /p:platform=x64 + - dotnet build -c Release - name: Tests image: deukhoofd/dotnet-builder commands: - - dotnet test -v n /p:platform=x64 \ No newline at end of file + - dotnet test -v \ No newline at end of file