Skip to content

Commit a47b696

Browse files
committed
Installing .NET Core 2.1 on Linux
1 parent cc84403 commit a47b696

File tree

2 files changed

+982
-0
lines changed

2 files changed

+982
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ for:
1818
matrix:
1919
only:
2020
- image: Ubuntu
21+
install:
22+
- sh: >-
23+
mkdir .dotnet &&
24+
chmod +x dotnet-install.sh &&
25+
./dotnet-install.sh --version 2.1.300 --install-dir .dotnet &&
26+
PATH=".dotnet:"$PATH && dotnet --info
2127
build_script:
2228
- sh: dotnet build WebJobs.Script.sln
2329
test: off

0 commit comments

Comments
 (0)