diff --git a/AppVeyor/appveyor.yml b/AppVeyor/appveyor.yml index 554ffe1fb..ca52f590f 100644 --- a/AppVeyor/appveyor.yml +++ b/AppVeyor/appveyor.yml @@ -5,6 +5,8 @@ configuration: - Debug platform: Any CPU shallow_clone: true +before_build: +- cmd: nuget restore build: project: ShareX.sln parallel: true