From b243ea0d6aaf61f941de9f04e05b195fa352bd9f Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 5 Dec 2020 07:41:51 +1000 Subject: [PATCH] Stop overwriting global.json when building in AppVeyor --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cd82f5a8e5..5b992f0d40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,5 +34,3 @@ build_script: rem appveyor UpdateBuild -Version %BUILDFILE% -install: -- ps: Set-Content -Path global.json -Value '{"sdk":{"version":"3.1.100","rollForward":"latestFeature"}}'