mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-13 11:38:33 -05:00
Separating Migration into its own project (#1828)
* Moving Migration service to its own project * Adding loc files to the project * Adding Migration to build * Adding Migration Integration Tests * Trying loops * Fixing params * Fixing indent * Cleaning up yaml * Getting command line arg for auto flush log * Adding tde service
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Microsoft.SqlTools.Utility
|
||||
private static string logFileFullPath;
|
||||
|
||||
internal static TraceSource TraceSource { get; set; }
|
||||
internal static string LogFileFullPath
|
||||
public static string LogFileFullPath
|
||||
{
|
||||
get => logFileFullPath;
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user