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 c82b722 commit 29884cdCopy full SHA for 29884cd
azure-pipelines-release.yml
@@ -145,12 +145,4 @@ steps:
145
# Make the nuget packages available for download in the ADO portal UI
146
- publish: '$(System.DefaultWorkingDirectory)/azure-functions-durable-extension'
147
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'
+ artifact: PackageOutput
0 commit comments