diff --git a/build/azure-pipelines/win32/sql-product-build-win32.yml b/build/azure-pipelines/win32/sql-product-build-win32.yml index 810e345d64bb..a3c12439b28e 100644 --- a/build/azure-pipelines/win32/sql-product-build-win32.yml +++ b/build/azure-pipelines/win32/sql-product-build-win32.yml @@ -178,27 +178,7 @@ steps: inputs: ConnectedServiceName: 'Code Signing' FolderPath: '$(agent.builddirectory)/azuredatastudio-win32-$(VSCODE_ARCH)' - Pattern: | - *.exe - *.node - !**/node_modules/**/* - resources/app/node_modules.asar.unpacked/*.dll - d3dcompiler_47.dll - vulkan-1.dll - libGLESv2.dll - ffmpeg.dll - libEGL.dll - Microsoft.SqlTools.Hosting.dll - Microsoft.SqlTools.ResourceProvider.Core.dll - Microsoft.SqlTools.ResourceProvider.DefaultImpl.dll - MicrosoftSqlToolsCredentials.dll - MicrosoftSqlToolsServiceLayer.dll - MicrosoftSqlToolsSqlCore.dll - Newtonsoft.Json.dll,SqlSerializationService.dll - SqlToolsResourceProviderService.dll - Microsoft.SqlServer.*.dll - Microsoft.Data.Tools.Sql.BatchParser.dll - useMinimatch: true + Pattern: '*.exe,*.node,resources/app/node_modules.asar.unpacked/*.dll,d3dcompiler_47.dll,vulkan-1.dll,libGLESv2.dll,ffmpeg.dll,libEGL.dll,Microsoft.SqlTools.Hosting.dll,Microsoft.SqlTools.ResourceProvider.Core.dll,Microsoft.SqlTools.ResourceProvider.DefaultImpl.dll,MicrosoftSqlToolsCredentials.dll,MicrosoftSqlToolsServiceLayer.dll,Newtonsoft.Json.dll,SqlSerializationService.dll,SqlToolsResourceProviderService.dll,Microsoft.SqlServer.*.dll,Microsoft.Data.Tools.Sql.BatchParser.dll' signConfigType: inlineSignParams inlineOperation: | [