We don’t have access to the internet directly. I noticed when running my cloudbees dotnet build with tests using WorkflowEnvironment.StartLocalAsync():
Error Message:
System.InvalidOperationException : Connection failed: error sending request for url (https://temporal.download/cli/default?arch=amd64&platform=linux&format=tar.gz&sdk-name=sdk-dotnet&sdk-version=1.9.0.0)
Is there a way to configure the test setup e.g. enviornment variable or test configuration, to use a local executable? As we’re using Kubernetes builds I can bake the tar in to the image - if it checks it exists at a filepath before downloading, even better, that way I only have to update the container image.