AL-Go version
9.0
Describe the issue
I have a helper app (monaco add-in) which has built through AL-Go and published a package to GitHub Packages (note: we are using GitHub Enterprise).
These are the logs from being an app which depends upon that app. It looks like the package was found successfully but fails to download. Maybe the URL or the API for GitHub Enterprise is different to GitHub.com?
Expected behavior
Expected the dependency to download and publish into the container.
Steps to reproduce
If I use nuget install on the command line it downloads successfully to C:\Temp\nuget\XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80.1.0.7.0\XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80.1.0.7.0.nupkg which contains manifest.nuspec
Additional context (logs, screenshots, etc.)
Missing App dependencies
- 2131cca4-9ba5-4bc0-ba47-ef4e20974a80
Looking for NuGet package 2131cca4-9ba5-4bc0-ba47-ef4e20974a80 version 1.0.0.0 (LatestMatching match)
Search NuGetFeed https://nuget.transparity.ghe.com/Dynamics/index.json
Search package using https://nuget.transparity.ghe.com/Dynamics/query?q=2131cca4-9ba5-4bc0-ba47-ef4e20974a80&take=50&prerelease=true
1 matching packages found
- XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80
PackageId: XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80
1 versions found
First version is 1.0.7
Last version is 1.0.7
Include 1.0.7
Search NuGetFeed https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/AppSourceSymbols/nuget/v3/index.json
Search package using https://dynamicssmb2.pkgs.visualstudio.com/571e802d-b44b-45fc-bd41-4cfddec73b44/_packaging/3f253fc9-be40-4eb5-b0e5-1a277ee0ed60/nuget/v3/query2/?q=2131cca4-9ba5-4bc0-ba47-ef4e20974a80&take=50&prerelease=true
0 matching packages found
Best match for package name 2131cca4-9ba5-4bc0-ba47-ef4e20974a80 Version 1.0.0.0: XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80 Version 1.0.7 from https://nuget.transparity.ghe.com/Dynamics/index.json
Download nuspec using https://nuget.transparity.ghe.com/Dynamics/download/xpeditionltd.monacoeditoraddin.2131cca4-9ba5-4bc0-ba47-ef4e20974a80/1.0.7/xpeditionltd.monacoeditoraddin.2131cca4-9ba5-4bc0-ba47-ef4e20974a80.nuspec
Error Message: The remote server returned an error: (404) Not Found. Not Found
StackTrace: at DownloadPackageSpec, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\NuGet\NuGetFeedClass.ps1: line 414
at Download-BcNuGetPackageToFolder, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\NuGet\Download-BcNuGetPackageToFolder.ps1: line 157
at Publish-BcNuGetPackageToContainer, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\NuGet\Publish-BcNuGetPackageToContainer.ps1: line 84
at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v9.1\RunPipeline\RunPipeline.ps1: line 413
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1693
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1659
at <ScriptBlock>, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1437
at Run-AlPipeline, C:\ProgramData\BcContainerHelper\6.1.15\BcContainerHelper\AppHandling\Run-AlPipeline.ps1: line 1422
at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v9.1\RunPipeline\RunPipeline.ps1: line 471
at <ScriptBlock>, D:\a\_temp\d7619a50-59ac-473d-ad86-6969023183be.ps1: line 3
at <ScriptBlock>, D:\a\_actions\microsoft\AL-Go-Actions\v9.1\Invoke-AlGoAction.ps1: line 21
at <ScriptBlock>, D:\a\_temp\d7619a50-59ac-473d-ad86-6969023183be.ps1: line 2
at <ScriptBlock>, <No file>: line 1
Warning: Failed to publish app 2131cca4-9ba5-4bc0-ba47-ef4e20974a80 version 1.0.0.0 to container bc151300677. Error was: The remote server returned an error: (404) Not Found.
AL-Go version
9.0
Describe the issue
I have a helper app (monaco add-in) which has built through AL-Go and published a package to GitHub Packages (note: we are using GitHub Enterprise).
These are the logs from being an app which depends upon that app. It looks like the package was found successfully but fails to download. Maybe the URL or the API for GitHub Enterprise is different to GitHub.com?
Expected behavior
Expected the dependency to download and publish into the container.
Steps to reproduce
If I use
nuget installon the command line it downloads successfully to C:\Temp\nuget\XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80.1.0.7.0\XpeditionLtd.MonacoEditorAddIn.2131cca4-9ba5-4bc0-ba47-ef4e20974a80.1.0.7.0.nupkg which contains manifest.nuspecAdditional context (logs, screenshots, etc.)