We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d92061 commit 28f08ddCopy full SHA for 28f08dd
.travis.yml
@@ -23,7 +23,11 @@ osx_image: xcode9.2
23
mono:
24
- latest
25
26
-dotnet: 2.1.300-preview1-008174
+# dotnet: 2.1.300-preview1-008174
27
+dotnet: 2.1.4
28
+# sudo apt-get install apt-transport-https
29
+# sudo apt-get update
30
+# sudo apt-get install dotnet-sdk-2.1.300-preview2-008533
31
32
env:
33
# Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
0 commit comments