From cf17a78c0f8e6c1411a85bd246bc1edaf96c890b Mon Sep 17 00:00:00 2001 From: defend Date: Mon, 5 Aug 2019 21:43:14 +0200 Subject: [PATCH] .drone.yml 1 --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9be4092 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +platform: + os: windows + arch: amd64 + +steps: +- name: msbuild + image: mcr.microsoft.com/dotnet/framework/sdk:4.8 + commands: + - msbuild /t:restore + - msbuild /p:Configuration=Release