Mrandroide16
8 months agoNew Contributor
InstallTestCompleteAdapter Failed to fetch list of available packages from nuget
My pipeline task fails with error: ##[error]Nuget.exe returned error code: 1 ##[error]Failed to fetch list of available packages from nuget, looking for latest stable version cached. This is most ...
- 8 months ago
If your agent will not have access to the internet, how is TestExecute obtaining license seat? are you using an offline license?
To run on agent that will not have access to the internet the key steps are:
- Download the necessary TestComplete Adapter NuGet package on a machine with internet access.
- Manually install the adapter on the offline agent by placing it in a local repository.
- Use the local repository in your pipeline configuration.
- Ensure that TestComplete is properly configured and can be run without internet access.