This pull request introduces a new GitHub Actions workflow for building the eshop project from the dotnet repository. The workflow is defined in the .github/workflows/net80-eshop.yml file. It is triggered manually (workflow_dispatch) and requires an input to specify the version of actions/checkout to use. The workflow runs on an ubuntu-latest environment and includes steps for checking out the eshop repository, setting up .NET, and building the eshop project.
This pull request introduces a new GitHub Actions workflow for building the
eshop
project from thedotnet
repository. The workflow is defined in the.github/workflows/net80-eshop.yml
file. It is triggered manually (workflow_dispatch
) and requires an input to specify the version ofactions/checkout
to use. The workflow runs on anubuntu-latest
environment and includes steps for checking out theeshop
repository, setting up .NET, and building theeshop
project.