question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add examples of .NET CLI install for travisci/appveyor

See original GitHub issue

Lots of OSS libraries use travis-ci and/or appveyor as ci server (usually integrated with github)

The install doc is really nice, but it’s possibile to have a working example (under ci) ? Last week a version change broke the build script (already fixed), but it’s nice to have a working implementation to copy 😄

I use:

this install .NET CLI (latest and/or pinned version) and add to path

it’s pretty much download scripts/obtain/install.ps1 ( or .sh ) and execute

if ok about adding appveyor/travis i can send a pr, but this repo is not the right place i think, i found https://github.com/dotnet/core but maybe it’s https://github.com/dotnet/core-docs ? 😕

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
dustinmoriscommented, Nov 2, 2016

Hey guys I wanted to inform you that TravisCI has a new trusty beta environment and supports .NET Core out of the box now. I have written an elaborate blog post about it and also included an example how to deploy the built application as a Docker image to a Docker registry like the Docker hub. Hope that helps.

0reactions
enricosadacommented, Nov 2, 2016

@dustinmoris the disable telemetry option is nice, it speedup things?.

Maybe is worth add that to the travisci example in docs? I added an example of travis in the docs, see https://docs.microsoft.com/en-us/dotnet/articles/core/tools/using-ci-with-cli

The docs contains a link with an example .travis.yml (with an osx/ubuntu matrix too)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add examples of .NET CLI install for travisci/appveyor #5496
Lots of OSS libraries use travis-ci and/or appveyor as ci server (usually integrated with github) The install doc is really nice, ...
Read more >
Install and manage NuGet packages with the dotnet CLI
Open a command line and switch to the directory that contains your project file. · Use the following command to install a NuGet...
Read more >
NET CLI overview
NET command-line interface (CLI) is a cross-platform toolchain for developing, building, running, and publishing .NET applications. The .NET CLI ...
Read more >
NET tutorial for AWS Cloud9
This tutorial enables you to run some .NET code in an AWS Cloud9 development environment. Following this tutorial and creating this sample might...
Read more >
.NET Core Command-line Interface
NET Core CLI is installed with .NET Core SDK for selected platforms. So we don't need to install it separately on the development...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found