diff --git a/build.fsx b/build.fsx index ce7c81f0582..106b4eae6a4 100644 --- a/build.fsx +++ b/build.fsx @@ -125,7 +125,7 @@ Target "AzureDocsDeploy" (fun _ -> let rec pushToAzure docDir azureUrl container azureKey trialsLeft = let tracing = enableProcessTracing enableProcessTracing <- false - let arguments = sprintf "/Source:%s /Dest:%s /DestKey:%s /S /Y" (Path.GetFullPath docDir) (azureUrl @@ container) azureKey + let arguments = sprintf "/Source:%s /Dest:%s /DestKey:%s /S /Y /SetContentType" (Path.GetFullPath docDir) (azureUrl @@ container) azureKey tracefn "Pushing docs to %s. Attempts left: %d" (azureUrl) trialsLeft try