Skip to content

Commit 29884cd

Browse files
authored
remove pushing to MyGet step from pipeline (#2498)
1 parent c82b722 commit 29884cd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

azure-pipelines-release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,4 @@ steps:
145145
# Make the nuget packages available for download in the ADO portal UI
146146
- publish: '$(System.DefaultWorkingDirectory)/azure-functions-durable-extension'
147147
displayName: 'Publish nuget packages to Artifacts'
148-
artifact: PackageOutput
149-
150-
- task: NuGetCommand@2
151-
displayName: 'NuGet push'
152-
inputs:
153-
command: push
154-
packagesToPush: 'Microsoft.Azure.WebJobs.Extensions.DurableTask.*.nupkg'
155-
nuGetFeedType: external
156-
publishFeedCredentials: 'Connor Credentials MyGet Staging'
148+
artifact: PackageOutput

0 commit comments

Comments
 (0)