# .NET Core 3.0 Preview

**URL:** https://travis-ci.community/t/net-core-3-0-preview/1936
**Category:** C#
**Created:** [January 20, 2019, 6:00pm UTC](https://travis-ci.community/t/net-core-3-0-preview/1936 "2019-01-20T18:00:46Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![iAmBipinPaul](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/iambipinpaul/32/1340_2.png) [@iAmBipinPaul](https://travis-ci.community/u/iAmBipinPaul)
#### Post date: [March 7, 2019, 5:58pm UTC](https://travis-ci.community/t/net-core-3-0-preview/1936/6 "2019-03-07T17:58:43Z")

</div>

We can install preview using snaps. _(It will always download the latest preview release)_  
here is gist link [https://gist.github.com/iAmBipinPaul/ff94377254bb6467559ea705c84e4bf9](https://gist.github.com/iAmBipinPaul/ff94377254bb6467559ea705c84e4bf9)

```
dist: xenial
addons:
  snaps:
  - name: dotnet-sdk
    classic: true
    channel: latest/beta
sudo: required
language: csharp
mono: none
script:
  - sudo snap alias dotnet-sdk.dotnet dotnet
  - dotnet --version

```

# Build log

 ![image](https://us1.discourse-cdn.com/flex015/uploads/travis_ci/original/2X/e/ed1adfa45644e7a8ba5f6c1cf4cdf3dbb9ea4d2e.png)

---

_[View the full topic](https://travis-ci.community/t/net-core-3-0-preview/1936)._
