Skip to content

Commit 0e516e2

Browse files
committed
Work CD-CI
- Replace service connections with global ones. ***PUBLISH_RELEASE*** Signed-off-by: josesimoes <[email protected]>
1 parent c3df287 commit 0e516e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
command: push
248248
nuGetFeedType: external
249249
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
250-
publishFeedCredentials: 'AzureArtifacts'
250+
publishFeedCredentials: 'AzureArtifacts-nano-firmware-flasher'
251251
condition: succeeded()
252252
continueOnError: true
253253
displayName: Push NuGet packages to AzureArtifacts
@@ -259,7 +259,7 @@ jobs:
259259
nuGetFeedType: external
260260
allowPackageConflicts: true
261261
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
262-
publishFeedCredentials: 'NuGet'
262+
publishFeedCredentials: 'NuGet-nano-firmware-flasher'
263263
condition: and( succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v') )
264264
continueOnError: true
265265
displayName: Push NuGet packages to NuGet

0 commit comments

Comments
 (0)