tsubakimoto / github-actions-samples

Playground for GitHub Actions
https://tsubakimoto.github.io/github-actions-samples/
MIT License
13 stars 1 forks source link

Create net80-eshop.yml #69

Closed tsubakimoto closed 7 months ago

tsubakimoto commented 7 months ago

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.