Automation error when running from orchestrator

Hello.

I had an automation which was working fine, but since i cleared the nugets folder for space the orchestrator is showing this error. has anyone faced this before?

The package is missing the required nuspec file. Path: C:\Users\CMGOT.nuget\packages\system.io.compression.zipfile\4.3.0

Hi @Yahiya_Anwar

try restoring the missing packages by running a nuget restore or re-downloading the packages via studio by opening the project and letting it restore dependencies automatically. avoid manually deleting the entire nuget packages folder.

Happy Automation

1 Like

Hey @Yahiya_Anwar
You can try to copy the missing package from another machine (like dev) into the NuGet folder.

Here is the package from my env: system.io.compression.zipfile.zip (213.3 KB)

1 Like