Skip to content

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.

License

joeloff/deployment-tools

 
 

Repository files navigation

.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
official Build Status

Tools documentation

  • dotnet-mage usage patterns for dotnet-mage tool (formerly Mage.NET)

What is .NET?

Official Starting Page: https://dotnet.microsoft.com/

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

Building

To build the whole repo:

build

To build just specific subsets, i.e. clickonce:

build -subset clickonce

After you've built binaries, you can create packages, by running the following:

build -pack

Localization

You can turn on localized builds via the /p:LocalizedBuild=true command line argument.

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. 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.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

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:

Useful Links

.NET Foundation

.NET Deployment Tools is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

General .NET OSS discussions: .NET Foundation forums

License

.NET (including the deployment-tools repo) is licensed under the MIT license.

About

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 41.4%
  • PowerShell 20.1%
  • Shell 18.1%
  • CMake 9.2%
  • C++ 5.2%
  • C 4.7%
  • Other 1.3%