Unverified Commit 4981d6bd authored by Nick Craver's avatar Nick Craver Committed by GitHub

Builds: use .NET SDK 2.2.3xx (#1192)

Build images have slipped again, testing a rev to latest stable SDK generation and manually installing on Windows since Appveyor doesn't have it.
parent 308d8551
......@@ -6,6 +6,7 @@ init:
- git config --global core.autocrlf input
install:
- cmd: choco install dotnetcore-sdk --version 2.2.301
- cmd: >-
cd tests\RedisConfigs\3.0.503
......
{
"sdk": {
"version": "2.1.500"
"version": "2.2.300"
}
}
\ 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