We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee16e93 commit d41a57fCopy full SHA for d41a57f
azure-pipelines.yml
@@ -54,11 +54,11 @@ steps:
54
versioningScheme: 'byBuildNumber'
55
verbosityPack: 'Normal'
56
57
-- task: DotNetCoreCLI@2
+- task: NuGetCommand@2
58
displayName: Publish Packages
59
condition: and(succeeded(), eq(variables.isMaster, 'true'))
60
inputs:
61
command: 'push'
62
- packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
63
nuGetFeedType: 'external'
64
publishFeedCredentials: 'jls-nuget'
0 commit comments