diff --git a/build.ps1 b/build.ps1 index 14610c1cc5..3cdb8f3d47 100644 --- a/build.ps1 +++ b/build.ps1 @@ -89,7 +89,7 @@ if("$env:APPVEYOR_API_URL" -ne ""){ Invoke-RestMethod -Method "PUT" ` -Uri "${env:APPVEYOR_API_URL}api/build" ` -Body "{version:'${version}'}" ` - -ContentType = "application/json" + -ContentType "application/json" }