Skip to content

Commit d41a57f

Browse files
committed
Update pipeline task type to NuGetCommand
1 parent ee16e93 commit d41a57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ steps:
5454
versioningScheme: 'byBuildNumber'
5555
verbosityPack: 'Normal'
5656

57-
- task: DotNetCoreCLI@2
57+
- task: NuGetCommand@2
5858
displayName: Publish Packages
5959
condition: and(succeeded(), eq(variables.isMaster, 'true'))
6060
inputs:
6161
command: 'push'
62-
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
62+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
6363
nuGetFeedType: 'external'
6464
publishFeedCredentials: 'jls-nuget'

0 commit comments

Comments
 (0)