Skip to content

Commit b01bf8e

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f394fa commit b01bf8e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ extends:
115115
inputs:
116116
useDotNetTask: false
117117
packageParentPath: '$(Pipeline.Workspace)/PackageArtifactsSbom'
118-
packagesToPush: '$(Pipeline.Workspace)/PackageArtifactsSbom/**/*.nupkg'
118+
packagesToPush: |
119+
$(Pipeline.Workspace)/PackageArtifactsSbom/**/*.nupkg
120+
$(Pipeline.Workspace)/PackageArtifactsSbom/**/*.snupkg
119121
nuGetFeedType: external
120122
publishFeedCredentials: nuget.org (efcore client owner)

0 commit comments

Comments
 (0)