Commit 705f3ab4 authored by bokobza's avatar bokobza

updated build files

parent 35b5a8b5
language: csharp
mono: none
dotnet: 2.1.301
matrix:
include:
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
dotnet: 2.0.0
- os: osx # OSX 10.12
osx_image: xcode9
before_install:
- brew update
- curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
- chmod +x dotnet-install.sh
- ./dotnet-install.sh --channel 2.0
- export PATH=$PATH:~/.dotnet/
- ulimit -n 1024
- os_platform=darwin
......
......@@ -41,6 +41,8 @@ cache:
init:
- ps: |
choco install dotnetcore-sdk --no-progress --confirm --version 2.1.301
dotnet --info
$env:log_prefix = "[$env:win_runtime][$env:configuration]"
if ($env:APPVEYOR_REPO_TAG -eq "false") { $env:APPVEYOR_REPO_TAG_NAME = "cd-unstable" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment