Skip to content

Commit 627417b

Browse files
authored
Stop pushing mdoc to NuGet.org (#682)
* Stop pushing nuget package to NuGet.org * update
1 parent ecab727 commit 627417b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)