You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Oryx via the Azure Pipelines AzureStaticWebApp@0 task. When the API is built using Orxy I'm getting "error NU1301: Unable to load the service index for source" for all custom packages stored in our Azure DevOps. I can built the project successfully using the NuGetAuthenticate@1 task followed by dotnet publish (via DotNetCoreCLI@2).
Expected:
My expectation would be that Oryx is able to use the authentication provided by NuGetAuthenticate@1 and does not fail.
I did not find any documentation to otherwise authenticate with private Nuget feeds.
The text was updated successfully, but these errors were encountered:
I also ended up bypassing build part from the AzureStaticWebApp and used the regular Npm task to authenticate private feed. Hope Oryx supports more configuration in the future.
Maybe in the doc mention that if you need to authenticate private feed, skip the build? Skip building front-end app
Bug Report
I'm using Oryx via the Azure Pipelines AzureStaticWebApp@0 task. When the API is built using Orxy I'm getting "error NU1301: Unable to load the service index for source" for all custom packages stored in our Azure DevOps. I can built the project successfully using the NuGetAuthenticate@1 task followed by dotnet publish (via DotNetCoreCLI@2).
Expected:
My expectation would be that Oryx is able to use the authentication provided by NuGetAuthenticate@1 and does not fail.
I did not find any documentation to otherwise authenticate with private Nuget feeds.
The text was updated successfully, but these errors were encountered: