From 224c5c742c75db146ca1bde38cea7fd4a9de1607 Mon Sep 17 00:00:00 2001 From: Lewis Sanchez <87730006+lewis-sanchez@users.noreply.github.com> Date: Tue, 26 Apr 2022 17:22:15 -0700 Subject: [PATCH] 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. --- .../DisasterRecovery/BackupRestoreUrlTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/DisasterRecovery/BackupRestoreUrlTests.cs b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/DisasterRecovery/BackupRestoreUrlTests.cs index c0649379..7fe4724b 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/DisasterRecovery/BackupRestoreUrlTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/DisasterRecovery/BackupRestoreUrlTests.cs @@ -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;