CI to automate build of dotnet tarball for dotnet6-sdk aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/dotnet6-sdk
Find a file
Andrew Stanton-Nurse 06c66638f3 switch to repo-local stage0
fixes #200
2015-11-16 13:49:29 -08:00
package_tool Changes to propagate PACKAGE_VERSION from build to deb template generation scripts 2015-11-10 14:23:54 -08:00
packaging/osx restructure the output layout 2015-11-16 09:44:00 -08:00
scripts switch to repo-local stage0 2015-11-16 13:49:29 -08:00
src restructure the output layout 2015-11-16 09:44:00 -08:00
test Fix dependencies in TestApp 2015-11-08 10:28:12 -08:00
.gitattributes merge my spike on compile/publish/run and switch from PS1 to C# 2015-10-06 10:46:43 -07:00
.gitignore switch to repo-local stage0 2015-11-16 13:49:29 -08:00
build.cmd restructure the output layout 2015-11-16 09:44:00 -08:00
build.sh switch to repo-local stage0 2015-11-16 13:49:29 -08:00
debian_config.json rev debian version 2015-10-30 15:49:56 -07:00
global.json Initial commit 2015-10-03 11:34:08 -07:00
LICENSE Initial commit 2015-10-02 11:03:16 -07:00
Microsoft.DotNet.Cli.sln Rename 'dotnet interactive' to 'dotnet repl' 2015-11-06 19:07:38 -08:00
netci.groovy Enable Ubuntu CI Build using Docker 2015-10-26 11:09:38 -07:00
NuGet.Config update NuGet.Packaging reference 2015-11-12 10:38:57 -08:00
NuGet.master.config add readme 2015-10-08 14:41:04 -07:00
omnisharp.json Add omnisharp.json file to exclude test projects from editor 2015-10-29 01:48:46 -07:00
README.md Update README.md 2015-11-12 02:45:22 -08:00

.NET Command Line Interface

Build Status

Ubuntu 14.04 Windows Mac OS X
Debug Build Status Build Status Build Status
Release Build Status Build Status Build Status

Installers

Ubuntu 14.04 Windows Mac OS X
Installers Download Debian Package Download Msi Download Pkg
Binaries Download tar file Download zip file Download tar file

Prerequisites

In order to build dotnet-cli, you need the following installed on you machine

For Windows

  1. Visual Studio 2015 with Web Development Tools
  1. CMake (available from https://cmake.org/) is required to build the native host corehost. Make sure to add it to the PATH.

Building/Running

  1. Run build.cmd or build.sh from the root
  2. Use artifacts/{os}-{arch}/stage2/dotnet to try out the dotnet command. You can also add artifacts/{os}-{arch}/stage2 to the PATH if you want to run dotnet from anywhere.

Visual Studio Code

A simple test

  1. cd test\TestApp
  2. dotnet run