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
Sridhar Periyasamy 645892388b Merge pull request #160 from Sridhar-MS/azure-cli
Upload to blob storage using azure CLI.
2015-11-06 15:27:30 -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 Call publish for pkg 2015-11-06 12:48:34 -08:00
scripts Merge pull request #160 from Sridhar-MS/azure-cli 2015-11-06 15:27:30 -08:00
src Revert change to 'dotnet run --project' argument 2015-11-06 08:18:36 -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 Add Microsoft.DotNet.Tools.Interactive 2015-11-05 08:54:20 -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 fix windows build 2015-10-31 21:19:15 -07: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

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

Note: The explicit --framework and --runtime switches will definitely be going away :)

  1. cd test\TestApp
  2. dotnet publish --framework dnxcore50 --runtime win7-x64