mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user