From 1cd852c0610af6f197f18f4ab9438cc63a28714e Mon Sep 17 00:00:00 2001 From: Aasim Khan Date: Sun, 27 Aug 2023 18:50:02 +0000 Subject: [PATCH] Adding project references in Sql core nuget package (#2192) * Adding nuspec * fixing nuspec * building hosting * temp * Reordering step * fixing pack destination * Fixing csproj * Fixing build * Fixing path --- azure-pipelines/build.yml | 2 +- .../Microsoft.SqlTools.SqlCore.csproj | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index ab8b201c..6be25f6f 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -228,7 +228,7 @@ steps: inputs: ConnectedServiceName: 'Code Signing' FolderPath: '$(Build.SourcesDirectory)/src/Microsoft.SqlTools.SqlCore/bin/$(buildConfiguration)/netstandard2.0' - Pattern: 'Microsoft.SqlTools.SqlCore.*.dll' + Pattern: 'Microsoft.SqlTools.*.dll' signConfigType: inlineSignParams inlineOperation: | [ diff --git a/src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj b/src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj index 18d63342..d3e0f9d9 100644 --- a/src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj +++ b/src/Microsoft.SqlTools.SqlCore/Microsoft.SqlTools.SqlCore.csproj @@ -25,7 +25,7 @@ - + @@ -40,4 +40,10 @@ + + + true + lib\ + + \ No newline at end of file