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.
Перейти к файлу
dotnet-maestro[bot] 4d818b1bfd
[main] Update dependencies from dotnet/source-build-reference-packages (#394)
* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240903.3

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24428.1 -> To Version 10.0.0-alpha.1.24453.3

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240904.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24453.3 -> To Version 10.0.0-alpha.1.24454.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240905.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24454.1 -> To Version 10.0.0-alpha.1.24455.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240909.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24455.1 -> To Version 10.0.0-alpha.1.24459.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240916.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24459.1 -> To Version 10.0.0-alpha.1.24466.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240917.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24466.1 -> To Version 10.0.0-alpha.1.24467.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240923.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24467.1 -> To Version 10.0.0-alpha.1.24473.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240930.3

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24473.1 -> To Version 10.0.0-alpha.1.24480.3

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241004.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24480.3 -> To Version 10.0.0-alpha.1.24504.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241007.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24504.1 -> To Version 10.0.0-alpha.1.24507.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241010.2

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24507.1 -> To Version 10.0.0-alpha.1.24510.2

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241011.4

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24510.2 -> To Version 10.0.0-alpha.1.24511.4

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241014.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24511.4 -> To Version 10.0.0-alpha.1.24514.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241015.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24514.1 -> To Version 10.0.0-alpha.1.24515.1

* Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20241021.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 10.0.0-alpha.1.24515.1 -> To Version 10.0.0-alpha.1.24521.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Michael Simons <msimons@microsoft.com>
2024-10-28 13:22:39 +00:00
.config
.github/ISSUE_TEMPLATE
docs/dotnet-mage
eng [main] Update dependencies from dotnet/source-build-reference-packages (#394) 2024-10-28 13:22:39 +00:00
src
.dockerignore
.editorconfig
.gitattributes
.gitignore
Build.proj Disable native projects (#399) 2024-10-24 16:54:49 -07:00
CODE-OF-CONDUCT.md
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
Directory.Packages.props Suppress NuGet audit warning for S.T.J 8.0.4 (#397) 2024-10-15 11:27:24 -07:00
LICENSE.TXT
NuGet.config
README.md
SECURITY.md
THIRD-PARTY-NOTICES.TXT
azure-pipelines-PR.yml
azure-pipelines.yml
build.cmd
build.sh
global.json [main] Update dependencies from dotnet/arcade (#395) 2024-10-21 16:56:34 +00:00

README.md

.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

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) 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:

.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.