Skip to content

Commit

Permalink
Installing .NET Core 2.1 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Jun 5, 2018
1 parent cc84403 commit a47b696
Show file tree
Hide file tree
Showing 2 changed files with 982 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ for:
matrix:
only:
- image: Ubuntu
install:
- sh: >-
mkdir .dotnet &&
chmod +x dotnet-install.sh &&
./dotnet-install.sh --version 2.1.300 --install-dir .dotnet &&
PATH=".dotnet:"$PATH && dotnet --info
build_script:
- sh: dotnet build WebJobs.Script.sln
test: off
Expand Down
Loading

0 comments on commit a47b696

Please sign in to comment.