diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af25f1892..c2a6c03c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,8 +74,8 @@ jobs: displayName: Move VSIX to publish directory inputs: contents: | - '**/*.vsix' - '**/*.nupkg' + **\*.vsix + **\*.nupkg targetFolder: $(Build.ArtifactStagingDirectory)\$(BuildConfiguration) flattenFolders: true