├── README.md ├── ISSUE_TEMPLATE.md └── CONTRIBUTING.md /README.md: -------------------------------------------------------------------------------- 1 | Going forward, the .NET team is using https://github.com/dotnet/arcade to 2 | develop the code and issues formerly in this repository. -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ## 🚫🚫🚫 Please do not open new issues in this repo 🚫🚫🚫 2 | 3 | The dotnet/buildtools repo has moved to [dotnet/arcade](https://github.com/dotnet/arcade). Please open all new issues there. 4 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | THIS REPO IS ARCHIVED AND DOES NOT ACCEPT PULL REQUESTS. 2 | 3 | Active development has moved to https://github.com/dotnet/arcade. We welcome 4 | you to visit us there. For details, please see [README.md](README.md). --------------------------------------------------------------------------------