From f56c255273e35ef28460c8519bb0479c56848875 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 9 Apr 2015 10:26:58 -0700 Subject: [PATCH] fixed AzCopy MIME type encoding --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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