Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 737 Bytes

.NET Core Build Script Documentation

The following document includes documentation for the build scripts. Over time, this README is expected to just be a TOC as the instructions move into separate docs.

Building the .NET Core SDK

The scripts are supported on Windows, macOS and Linux. The scripts are based on PowerShell on Windows and Bash on macOS and Linux.

Build on Windows

./build.ps1

Build on Linux or macOS

./build.sh

Building .NET Core SDK and a Source tarball

You can build the .NET Core SDK and generate a source tarball in a specific directory. This script is bash-only and is intended to be run on Linux.

./build-source-tarball.sh <path-to-tarball-root>