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
This story is about implementing a solution to avoid defining the dotnet version in different places in the github workflows.
Solution proposal
A solution would be to create a custom github action that set up the dotnet-version and reuse this action. This custom action would become the placeholder for the dotnet version.
Acceptance criteria
The dotnet version is only specified once in github actions.
The text was updated successfully, but these errors were encountered:
Description
The dotnet version is setup several times in workflows with the following step:
This story is about implementing a solution to avoid defining the dotnet version in different places in the github workflows.
Solution proposal
A solution would be to create a custom github action that set up the dotnet-version and reuse this action. This custom action would become the placeholder for the dotnet version.
Acceptance criteria
The text was updated successfully, but these errors were encountered: