Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit ce464be

Browse files
authored
ci: add explicit symbol upload (#424)
1 parent 3caa305 commit ce464be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,6 @@ stages:
268268
displayName: "NuGet push"
269269
inputs:
270270
command: push
271-
packagesToPush: "$(Pipeline.Workspace)/Nugets/Microsoft.Graph.Cli.Core.*.nupkg"
271+
packagesToPush: "$(Pipeline.Workspace)/Nugets/Microsoft.Graph.Cli.Core.*.nupkg;$(Pipeline.Workspace)/Nugets/Microsoft.Graph.Cli.Core.*.snupkg"
272272
nuGetFeedType: external
273273
publishFeedCredentials: "microsoftgraph NuGet connection"

0 commit comments

Comments
 (0)