Skip to content

Commit 117b1d0

Browse files
committed
Work CD-CI
- Disable NuGet push. Signed-off-by: José Simões <[email protected]>
1 parent 77dbc9e commit 117b1d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@ steps:
185185
condition: succeeded()
186186
displayName: Push NuGet packages to MyGet
187187

188-
# push NuGet class lib package to NuGet (happens on tag builds for any branch)
189-
- task: NuGetCommand@2
190-
inputs:
191-
command: push
192-
nuGetFeedType: external
193-
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
194-
publishFeedCredentials: 'NuGet'
195-
condition: and( succeeded(), not( startsWith(variables['Build.SourceBranch'], 'refs/pull') ), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
196-
displayName: Push NuGet packages to NuGet
188+
# # push NuGet class lib package to NuGet (happens on tag builds for any branch)
189+
# - task: NuGetCommand@2
190+
# inputs:
191+
# command: push
192+
# nuGetFeedType: external
193+
# packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
194+
# publishFeedCredentials: 'NuGet'
195+
# condition: and( succeeded(), not( startsWith(variables['Build.SourceBranch'], 'refs/pull') ), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
196+
# displayName: Push NuGet packages to NuGet
197197

198198
# create or update GitHub release
199199
- task: GitHubReleasePublish@1

0 commit comments

Comments
 (0)