Skip to content

Commit 3ab664d

Browse files
committed
Work CI-CD
- Remove task to publish nugets to Azure feed. No need to have that there. ***NO_CI***
1 parent 78ff718 commit 3ab664d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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'], '') )

0 commit comments

Comments
 (0)