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