Skip to content

Commit

Permalink
Don't install .net core sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Aug 21, 2017
1 parent 83e5e21 commit e44df14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ before_build:
- nuget sources add -name Exceptionless -source https://www.myget.org/F/exceptionless/api/v3/index.json
- appveyor-retry dotnet restore -v Minimal

install:
- cmd: curl -O https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x64.exe
- cmd: dotnet-sdk-2.0.0-win-x64.exe /install /quiet /norestart /log install.log

build_script:
- ps: dotnet build -c Release

Expand All @@ -33,7 +29,7 @@ before_test:
- redis-64\tools\redis-server.exe --service-start

test_script:
- ps: dotnet test .\test\Foundatio.Redis.Tests\Foundatio.Redis.Tests.csproj -f netcoreapp2.0
- ps: dotnet test .\test\Foundatio.Redis.Tests\Foundatio.Redis.Tests.csproj -c Release

after_test:
- ps: dotnet pack -c Release
Expand Down

0 comments on commit e44df14

Please sign in to comment.