File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -238,11 +238,11 @@ stages:
238238 ]
239239 SessionTimeout : 20
240240
241- - task : NuGetCommand@2
242- displayName : ' Publishing mdoc package to nuget.org'
243- condition : eq(variables['mdocVersion.NeedUpdate'], true)
244- inputs :
245- command : ' push'
246- packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
247- nuGetFeedType : ' external'
248- publishFeedCredentials : ' mdoc_nuget_org'
241+ # - task: NuGetCommand@2
242+ # displayName: 'Publishing mdoc package to nuget.org'
243+ # condition: eq(variables['mdocVersion.NeedUpdate'], true)
244+ # inputs:
245+ # command: 'push'
246+ # packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
247+ # nuGetFeedType: 'external'
248+ # publishFeedCredentials: 'mdoc_nuget_org'
You can’t perform that action at this time.
0 commit comments