Restore SDK 5.0 in global.json and have AppVeyor overwrite the file
This commit is contained in:
parent
05bf3480c4
commit
d0ca41ecc1
|
@ -34,3 +34,5 @@ build_script:
|
||||||
|
|
||||||
|
|
||||||
rem appveyor UpdateBuild -Version %BUILDFILE%
|
rem appveyor UpdateBuild -Version %BUILDFILE%
|
||||||
|
install:
|
||||||
|
- ps: Set-Content -Path global.json -Value '{"sdk":{"version":"3.1.100","rollForward":"latestFeature"}}'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "3.1.100",
|
"version": "5.0.100",
|
||||||
"rollForward": "latestMajor"
|
"rollForward": "latestFeature"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue