File tree Expand file tree Collapse file tree 1 file changed +15
-26
lines changed Expand file tree Collapse file tree 1 file changed +15
-26
lines changed Original file line number Diff line number Diff line change 1
- language : csharp
2
- sudo : required
3
- dist : trusty
4
- env :
5
- - CLI_VERSION=1.0.0-preview2-1-003177
6
- addons :
1
+ language : csharp
2
+ sudo : required
3
+ dist : trusty
4
+ addons :
7
5
apt :
8
6
packages :
9
- - gettext
10
- - libcurl4-openssl-dev
11
- - libicu-dev
12
- - libssl-dev
13
7
- libunwind8
14
- - zlib1g
15
- mono :
16
- - 4.2.3
17
- os :
18
- - linux
19
- - osx
20
- osx_image : xcode7.3.1
21
- branches :
8
+ mono : none
9
+ os :
10
+ - linux
11
+ - osx
12
+ osx_image : xcode8.2
13
+ branches :
22
14
only :
23
- - master
24
- - development
25
- install :
26
- - export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
27
- - curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR"
28
- - export PATH="$DOTNET_INSTALL_DIR:$PATH"
29
- script :
30
- - ./build.sh
15
+ - master
16
+ - development
17
+ - ^version-.*$
18
+ script :
19
+ - ./build.sh
You can’t perform that action at this time.
0 commit comments