diff --git a/appveyor.yml b/appveyor.yml index 20efa424c..83e4235ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ assembly_info: before_build: - cmd: cd ombi/ombi - cmd: dotnet restore -- cmd: npm install +- cmd: appveyor-retry npm install - cmd: dotnet publish -c Release -r win10-x64 - cmd: dotnet publish -c Release -r osx.10.12-x64 - cmd: dotnet publish -c Release -r ubuntu.16.10-x64