I am using pipeline to build net core 2.1, but it doesnt work,
dotnet restore doesnt work,
it is not pulling from the right resources, I have two keys
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="Private Feed" value="http://tfsbldirvv.test.net:6750/nuget/" />
but the errors of pipeline reutrn are
Retrying 'FindPackagesByIdAsyncCore' for source
e or address
Retrying 'FindPackagesByIdAsyncCore' for source 'http://tfsbldirvv.test.net:6750/nuget/FindPackagesById()?id='System.Security.Cryptography.Algorithms'&semVerLevel=2.0.0'.
No such device or address
Retrying 'FindPackagesByIdAsyncCore' for source 'http://tfsbldirvv.test.net:6750/nuget/FindPackagesById()?id='Microsoft.VisualStudio.Web.CodeGeneration.Tools'&semVerLevel=2.0.0'.
No such device or address
bitbucket pipelines can only access public internet resources. That includes DNS entries and IP adresses. You will have to make your internal service publicly accessible for your pipeline to work.
You can whitelist the IPs coming from Bitbucket Pipelines, this FAQ entry should help you with that https://confluence.atlassian.com/bitbucket/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall-343343385.html
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.