Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Replace service connections with global ones.

***PUBLISH_RELEASE***

Signed-off-by: josesimoes <[email protected]>
  • Loading branch information
josesimoes committed Mar 5, 2020
1 parent c3df287 commit 0e516e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
command: push
nuGetFeedType: external
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
publishFeedCredentials: 'AzureArtifacts'
publishFeedCredentials: 'AzureArtifacts-nano-firmware-flasher'
condition: succeeded()
continueOnError: true
displayName: Push NuGet packages to AzureArtifacts
Expand All @@ -259,7 +259,7 @@ jobs:
nuGetFeedType: external
allowPackageConflicts: true
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
publishFeedCredentials: 'NuGet'
publishFeedCredentials: 'NuGet-nano-firmware-flasher'
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
continueOnError: true
displayName: Push NuGet packages to NuGet
Expand Down

0 comments on commit 0e516e2

Please sign in to comment.