File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -260,17 +260,6 @@ jobs:
260260 ArtifactName : deployables
261261 ArtifactType : Container
262262
263- # push NuGet packages to AzureArtifacts feed (happens on all builds except PRs)
264- - task : NuGetCommand@2
265- condition : and( succeeded(), eq(variables['System.PullRequest.PullRequestId'], '') )
266- displayName : Push NuGet packages to AzureArtifacts
267- continueOnError : true
268- inputs :
269- command : push
270- nuGetFeedType : external
271- packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
272- publishFeedCredentials : ' AzureArtifacts-nanoFirmwareFlasher'
273-
274263 # push NuGet class lib package to NuGet (happens on all builds except PRs)
275264 - task : NuGetCommand@2
276265 condition : and( succeeded(), eq(variables['System.PullRequest.PullRequestId'], '') )
You can’t perform that action at this time.
0 commit comments