Skip to content

Commit

Permalink
Fix travis build for netcore30.
Browse files Browse the repository at this point in the history
  • Loading branch information
ext-michal.rogalinski committed May 22, 2019
1 parent dfcd641 commit 19e2e8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ mono: none
group: dev
sudo: required
dist: xenial
dotnet: 3.0
addons:
snaps:
- name: dotnet-sdk
classic: true
channel: latest/beta
script:
- dotnet restore TestGpuProgram.csproj
- sudo snap alias dotnet-sdk.dotnet dotnet
- dotnet --version
- dotnet build TestGpuProgram.csproj

deploy:
- provider: releases
api_key: $GITHUB_TOKEN
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"omnisharp.path": "latest"
"omnisharp.path": "latest",
"omnisharp.enableRoslynAnalyzers" : true
}

0 comments on commit 19e2e8e

Please sign in to comment.