Skip to content
This repository was archived by the owner on Sep 24, 2022. It is now read-only.

Commit bc8c08f

Browse files
committed
Update SDK version in travis
1 parent 2b032b2 commit bc8c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
- ClientApp/node_modules
66
- "~/.local/share/NuGet/Cache"
77
install:
8-
- wget -O dotnet.tar.gz https://download.microsoft.com/download/3/7/C/37C0D2E3-2056-4F9A-A67C-14DEFBD70F06/dotnet-sdk-2.1.300-preview2-008530-linux-x64.tar.gz
8+
- wget -O dotnet.tar.gz https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-linux-x64.tar.gz
99
- mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
1010
- export PATH=$PATH:$HOME/dotnet
1111
- dotnet restore

0 commit comments

Comments
 (0)