Browse Source

added nuget restore

defend-patch-1
Nikita Romanenko 5 years ago
parent
commit
63f45546f3
  1. 1
      .drone.yml

1
.drone.yml

@ -10,4 +10,5 @@ steps:
image: mcr.microsoft.com/dotnet/framework/sdk:4.8 image: mcr.microsoft.com/dotnet/framework/sdk:4.8
commands: commands:
- msbuild /t:restore - msbuild /t:restore
- nuget restore
- msbuild /p:Configuration=Release - msbuild /p:Configuration=Release

Loading…
Cancel
Save