diff --git a/build.json b/build.json index 3b61480c..d91fd6e3 100644 --- a/build.json +++ b/build.json @@ -7,7 +7,7 @@ "BuildToolsFolder": ".tools", "ArtifactsFolder": "artifacts", "TestProjects": { - "Microsoft.SqlTools.ServiceLayer.Test": [ + "Microsoft.SqlTools.ServiceLayer.UnitTests": [ "netcoreapp1.0" ] }, diff --git a/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.cs b/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.cs index 82c27138..2a2eaaa3 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.cs +++ b/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.cs @@ -2,6 +2,9 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // +// THIS FILE IS GENERATED BY A CODEGEN TOOL. DO NOT EDIT!!!! +// IF YOU NEED TO MAKE CHANGES, EDIT THE .TT FILE!!! + using System; using System.IO; using System.Collections.Generic; diff --git a/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.tt b/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.tt index ac72a0b5..11730e4b 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.tt +++ b/src/Microsoft.SqlTools.ServiceLayer/LanguageServices/PeekDefinitionScripts.tt @@ -11,13 +11,16 @@ // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // +// THIS FILE IS GENERATED BY A CODEGEN TOOL. DO NOT EDIT!!!! +// IF YOU NEED TO MAKE CHANGES, EDIT THE .TT FILE!!! + using System; using System.IO; using System.Collections.Generic; using System.Collections.Specialized; using Microsoft.SqlServer.Management.Smo; using Microsoft.SqlServer.Management.SqlParser.Intellisense; -using Microsoft.SqlTools.ServiceLayer.Utility; +using Microsoft.SqlTools.Utility; namespace Microsoft.SqlTools.ServiceLayer.LanguageServices { internal partial class PeekDefinition