From dd585afabc834587c31042d8f82024f41478883b Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 11 Apr 2019 21:45:05 +0100 Subject: [PATCH] !build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 448d5dd64..bdebf3c96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,7 +33,7 @@ build_script: } Else { - $emv:Deploy = false + $env:Deploy = false Write-Output "This is a not a deployment build" ./build.ps1 --settings_skipverification=true --target=build }