We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd7249 commit 81fb3f8Copy full SHA for 81fb3f8
1 file changed
src/NuGet.Services.Storage/AzureStorage.cs
@@ -332,11 +332,11 @@ await blob.UploadAsync(
332
{
333
using (Stream stream = content.GetContentStream())
334
335
- await blob.SetHttpHeadersAsync(headers);
336
await blob.UploadAsync(
337
stream,
338
options: null,
339
cancellationToken: cancellationToken);
+ await blob.SetHttpHeadersAsync(headers);
340
341
if (Verbose)
342
0 commit comments