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

Workflows can use latest builds to compile and test current version #475

Closed
masesdevelopers opened this issue Jul 2, 2024 · 1 comment · Fixed by #476 or #477
Closed

Workflows can use latest builds to compile and test current version #475

masesdevelopers opened this issue Jul 2, 2024 · 1 comment · Fixed by #476 or #477
Assignees
Labels
github_actions Pull requests that update GitHub Actions code

Comments

@masesdevelopers
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, when a patch is done on a repository (e.g. JNet) the other repositories (e.g. KNet) needs an official delivery to check for issues solved. If GitHub stores packages with patches added in the meantime, at the same latest version, the other repositories can use GitHub as a source instead of NuGet.org.

Describe the solution you'd like
Within the build.yaml, after the packages were built, upload them on GitHub.

Describe alternatives you've considered
Another option is to create pre-release version, however they need a change in many files between and indeed a less automatic management.

Additional context
N/A

@masesdevelopers masesdevelopers added the github_actions Pull requests that update GitHub Actions code label Jul 2, 2024
@masesdevelopers masesdevelopers self-assigned this Jul 2, 2024
@masesdevelopers
Copy link
Contributor Author

It is not possible to use GitHub NuGet registry without previously removes the uploaded package; indeed it is only possible to remove the entire package on web UI, not a single version. Another option can be to use the uploaded artifact using the counterpart action https://github.com/actions/download-artifact: a check shall be done to verify how to identify the last run-id when the action runs cross-repository.

@masesdevelopers masesdevelopers changed the title Avoid to use GitHub as official repository of images for NuGet packages Workflows can use latest builds to compile and test current version Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
1 participant