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
David Fowler 1470ab60d2 Fix dependency issues
- Normal behaviors things were being shown as warnings. Cousin dependencies
always get version bumped.
2015-11-08 07:38:42 -08:00
package_tool tweak to debian_build_lib and up version number of package 2015-10-29 13:55:06 -07:00
packaging/osx fix permissions for installed files. 2015-11-06 15:58:55 -08:00
scripts Merge pull request #162 from cston/repl 2015-11-06 19:31:14 -08:00
src Fix dependency issues 2015-11-08 07:38:42 -08:00
test command line interface clean-up 2015-11-01 21:08:01 -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 Add a shared runtime aware host 2015-10-30 15:03:29 -07:00
build.cmd Update build.cmd 2015-10-28 14:58:05 -07:00
build.sh Add a shared runtime aware host 2015-10-30 15:03:29 -07: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 Create (de)serializer for CompilerOptions 2015-11-03 12:03:40 -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-07 22:16:39 -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

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