Removing Exclude/Include to show in tasks view (parity with SSDT) (#814)

This commit is contained in:
udeeshagautam
2019-05-21 00:01:32 -07:00
committed by GitHub
parent e68b6d62aa
commit 64fa9cc7af
5 changed files with 2 additions and 48 deletions

View File

@@ -2925,22 +2925,6 @@ namespace Microsoft.SqlTools.ServiceLayer
}
}
public static string IncludeNodeTaskName
{
get
{
return Keys.GetString(Keys.IncludeNodeTaskName);
}
}
public static string ExcludeNodeTaskName
{
get
{
return Keys.GetString(Keys.ExcludeNodeTaskName);
}
}
public static string SchemaCompareExcludeIncludeNodeNotFound
{
get
@@ -4283,12 +4267,6 @@ namespace Microsoft.SqlTools.ServiceLayer
public const string PublishChangesTaskName = "PublishChangesTaskName";
public const string IncludeNodeTaskName = "IncludeNodeTaskName";
public const string ExcludeNodeTaskName = "ExcludeNodeTaskName";
public const string SchemaCompareExcludeIncludeNodeNotFound = "SchemaCompareExcludeIncludeNodeNotFound";