From b73058e31f005a16405b08a74bd1b963859b38cd Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Mon, 21 Aug 2023 17:52:08 +0000 Subject: [PATCH] Adding missing project dirs to fix integration tests (#2178) --- azure-pipelines/createBuildDirectories.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/createBuildDirectories.sh b/azure-pipelines/createBuildDirectories.sh index d8156411..be7da3d8 100755 --- a/azure-pipelines/createBuildDirectories.sh +++ b/azure-pipelines/createBuildDirectories.sh @@ -22,6 +22,7 @@ dotnetProjectArray=( "./src/Microsoft.SqlTools.ResourceProvider.DefaultImpl" "./src/Microsoft.SqlTools.ServiceLayer" "./src/Microsoft.SqlTools.Migration" + "./src/Microsoft.SqlTools.SqlCore" "./test/Microsoft.Kusto.ServiceLayer.UnitTests" "./test/Microsoft.SqlTools.ManagedBatchParser.IntegrationTests" "./test/Microsoft.SqlTools.ServiceLayer.IntegrationTests"