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