mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-31 09:35:39 -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:
@@ -50,6 +50,12 @@
|
||||
"LclFile": "src\\Microsoft.Kusto.ServiceLayer\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
||||
"CopyOption": "LangIDOnName",
|
||||
"OutputPath": "src\\Microsoft.Kusto.ServiceLayer\\Localization\\transXliff"
|
||||
},
|
||||
{
|
||||
"SourceFile": "src\\Microsoft.SqlTools.Migration\\Localization\\sr.xlf",
|
||||
"LclFile": "src\\Microsoft.SqlTools.Migration\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
|
||||
"CopyOption": "LangIDOnName",
|
||||
"OutputPath": "src\\Microsoft.SqlTools.Migration\\Localization\\transXliff"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user