diff --git a/appveyor.yml b/appveyor.yml index 7235cfc..a9077e8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -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