From 63f45546f31e92f6f6beb883a669fb87a60e5522 Mon Sep 17 00:00:00 2001 From: Nikita Romanenko Date: Mon, 5 Aug 2019 23:21:49 +0300 Subject: [PATCH] added nuget restore --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9be4092..668bca6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,4 +10,5 @@ steps: image: mcr.microsoft.com/dotnet/framework/sdk:4.8 commands: - msbuild /t:restore + - nuget restore - msbuild /p:Configuration=Release