Removes unnecessary using statement to fix build error (#1479)

* Removes unnecessary using statement to fix build error

* Stops continuing the release if build.cmd task fails

* Revert "Stops continuing the release if build.cmd task fails"

This reverts commit 64c055cdfa7a5275a9144192e0740d124a92ec9a.
This commit is contained in:
Lewis Sanchez
2022-04-26 17:22:15 -07:00
committed by GitHub
parent 6c97f41f7b
commit 224c5c742c

View File

@@ -6,7 +6,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Azure.Storage;