Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.03 KB

Template repository for .NET projects

Use this repo to create new python projects with ready-to-go build and deploy pipelines.

Checklist

Remember to do the following after creating a new repo:

  • ✔️ Search and replace dotnet-project and dotnet_project with your desired project name
  • ✔️ Select build and deploy pipelines to use in workflows/ dir.
    • Remove dummy code and uncomment real code
    • Remove pipelines you won't need
  • ✔️ Set up helm chart in .helm directory
  • ✔️ Rename solution file in root of the repository
  • ✔️ Rename project file under /src directory in the repository
  • ✔️ Rename test project file under /test directory in the repository
  • ✔️ Update the CODEOWNERS file with real code owners
  • ✔️ Update all versions of actions to the latest release of github-actions repository
  • ✔️ Update this README.

Happy coding!