Commit 4eff7c92 authored by Nick Craver's avatar Nick Craver Committed by Nick Craver

Appveyor: Bump SDK version to 2.2.40*

parent 8fa9d63d
...@@ -6,7 +6,7 @@ init: ...@@ -6,7 +6,7 @@ init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
install: install:
- cmd: choco install dotnetcore-sdk --version 2.2.301 - cmd: choco install dotnetcore-sdk --version 2.2.401
- cmd: >- - cmd: >-
cd tests\RedisConfigs\3.0.503 cd tests\RedisConfigs\3.0.503
...@@ -69,10 +69,6 @@ nuget: ...@@ -69,10 +69,6 @@ nuget:
disable_publish_on_pr: true disable_publish_on_pr: true
build_script: build_script:
- ps: >-
if ($env:OS -eq "Windows_NT") {
.\build\dotnet-install.ps1 -Version 2.1.500
}
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT") - ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
test: off test: off
......
{ {
"sdk": { "sdk": {
"version": "2.2.300" "version": "2.2.400"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment