# deployment-tools **Repository Path**: mirrors_dotnet/deployment-tools ## Basic Information - **Project Name**: deployment-tools - **Description**: This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # .NET Deployment Tools This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools. ## Status | |Build| |---|:--:| | ci |[![Build Status](https://dev.azure.com/dnceng/public/_apis/build/status/dotnet.deployment-tools?branchName=main)](https://dev.azure.com/dnceng/public/_build/latest?definitionId=884&branchName=main)| | official | [![Build Status](https://dev.azure.com/dnceng/internal/_apis/build/status/dotnet-deployment-tools?branchName=main)](https://dev.azure.com/dnceng/internal/_build/latest?definitionId=877&branchName=main)|
## Tools documentation * [dotnet-mage](docs/dotnet-mage/README.md) usage patterns for dotnet-mage tool (formerly Mage.NET) ## What is .NET? Official Starting Page: https://dotnet.microsoft.com/ * [How to use .NET](https://docs.microsoft.com/dotnet/core/get-started) (with VS, VS Code, command-line CLI) * [Install official releases](https://dotnet.microsoft.com/download) * [Documentation](https://docs.microsoft.com/dotnet/core) (Get Started, Tutorials, Porting from .NET Framework, API reference, ...) * [Deploying apps](https://docs.microsoft.com/dotnet/core/deploying) * [Supported OS versions](https://github.com/dotnet/core/blob/main/os-lifecycle-policy.md) * [Roadmap](https://github.com/dotnet/core/blob/main/roadmap.md) * [Releases](https://github.com/dotnet/core/tree/main/release-notes) ## How can I contribute? We welcome contributions! Many people all over the world have helped make this project better. * [Contributing](CONTRIBUTING.md) explains what kinds of changes we welcome * [Get Up and Running on .NET Core](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md) explains how to get nightly builds of the runtime and its libraries to test them in your own projects. ## Building To build the whole repo: `build` After you've built binaries, you can create packages, by running the following: `build -pack` ## Reporting security issues and security bugs Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) . You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue). Also see info about related [Microsoft .NET Core and ASP.NET Core Bug Bounty Program](https://www.microsoft.com/msrc/bounty-dot-net-core). ## Filing issues This repo should contain issues that are tied to .NET deployment tools and its installation packages. For other issues, please use the following repos: - For overall .NET SDK issues, file in the [dotnet/sdk](https://github.com/dotnet/sdk) repo - For ASP.NET issues, file in the [dotnet/aspnetcore](https://github.com/dotnet/aspnetcore) repo. ## Useful Links * [.NET Core source index](https://source.dot.net) / [.NET Framework source index](https://referencesource.microsoft.com) * [API Reference docs](https://docs.microsoft.com/dotnet/api/?view=netcore-3.1) * [.NET API Catalog](http://apisof.net) (incl. APIs from daily builds and API usage info) * [API docs writing guidelines](https://github.com/dotnet/dotnet-api-docs/wiki) - useful when writing /// comments ## .NET Foundation .NET Deployment Tools is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project. There are many .NET related projects on GitHub. - [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community. - [ASP.NET Core home](https://docs.microsoft.com/aspnet/core/?view=aspnetcore-3.1) - the best place to start learning about ASP.NET Core. This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct). General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org) ## License .NET (including the deployment-tools repo) is licensed under the [MIT](LICENSE.TXT) license.