File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 - osx
44 - linux
55
6- # Ubuntu 14.04
6+ # .NET CLI require Ubuntu 14.04
77sudo : required
88dist : trusty
99addons :
@@ -16,19 +16,19 @@ addons:
1616 - libunwind8
1717 - zlib1g
1818
19- # OS X 10.12
20- osx_image : xcode9.2
21-
22- # Ensure Mono is installed
23- mono :
24- - latest
19+ # .NET CLI requires OSX 10.11
20+ osx_image : xcode7.2
2521
22+ # Ensure that .NET Core is installed
23+ dotnet : 2.1.105
2624# dotnet: 2.1.300-preview1-008174
27- dotnet : 2.1.4
2825# sudo apt-get install apt-transport-https
2926# sudo apt-get update
3027# sudo apt-get install dotnet-sdk-2.1.300-preview2-008533
3128
29+ # Ensure Mono is installed
30+ mono : latest
31+
3232env :
3333 # Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
3434 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
You can’t perform that action at this time.
0 commit comments