diff --git a/.ci/snapshoty.yml b/.ci/snapshoty.yml index 2600591c4..ef49bdf10 100644 --- a/.ci/snapshoty.yml +++ b/.ci/snapshoty.yml @@ -44,6 +44,10 @@ artifacts: output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-agent-{app_version}-{revision}-{github_sha_short}.zip' metadata: *metadata - path: './build/output/_packages' - files_pattern: 'Elastic\.Apm(?P[\w\.]*)\.(?P\d+\.\d+\.\d+)-(?P[\w\.]+)(-(?P\w+)-(?P[\d-]+))?\.nupkg' + files_pattern: 'Elastic\.Apm\.(?P[\w\.]*)\.(?P\d+\.\d+\.\d+)-(?P[\w\.]+)(-(?P\w+)-(?P[\d-]+))?\.nupkg' output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-{component}-{app_version}-{revision}-{github_sha_short}.nupkg' metadata: *metadata + - path: './build/output/_packages' + files_pattern: 'Elastic\.Apm\.(?P\d+\.\d+\.\d+)-(?P[\w\.]+)(-(?P\w+)-(?P[\d-]+))?\.nupkg' + output_pattern: '{project}/{github_branch_name}/elastic-apm-dotnet-{app_version}-{revision}-{github_sha_short}.nupkg' + metadata: *metadata