Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Build pipeline sees base apps as missing NuGet dependencies #1268

Open
cegekaJG opened this issue Oct 17, 2024 · 1 comment
Open

[Bug]: Build pipeline sees base apps as missing NuGet dependencies #1268

cegekaJG opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working Under Investigation Issue is under investigation

Comments

@cegekaJG
Copy link
Contributor

AL-Go version

5bb4f65 (modified)

Describe the issue

This issue only occurred after updating my AL-Go files to the equivalent of 5bb4f65.
A repo building a BC14 app on a self-hosted Windows runner fails during the build step due to wrongfully registering the Microsoft Base application as a missing NuGet dependency. After failing to download the package, the workflow fails.

logs_29671715468.zip

Expected behavior

This is the log of the "Build" job from the last successful run, performed before updating the AL Go system files.

logs_28303561294.zip

Steps to reproduce

The workflow runs on a self-hosted Windows runner, and the BC version of the container is 14.12. There are no dependencies beyond the default Microsoft apps, neither locally nor to other GitHub projects.

Additional context (logs, screenshots, etc.)

No response

@cegekaJG cegekaJG added the bug Something isn't working label Oct 17, 2024
@freddydk freddydk self-assigned this Oct 18, 2024
@freddydk freddydk added the Under Investigation Issue is under investigation label Oct 18, 2024
@freddydk
Copy link
Contributor

Repro here: https://github.com/freddydk/bc14test/actions/runs/11397552514

If you set "trustMicrosoftNuGetFeeds" to false in your settings file - it should not lookup apps in the nuget feeds and instead continue as before.

See: https://github.com/freddydk/bc14test/actions/runs/11398009928

Will investigate why this happens as this could be a problem for other repos too.

Not sure why this problem occurs, but will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Under Investigation Issue is under investigation
Projects
None yet
Development

No branches or pull requests

2 participants