Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update service connection names.

***NO_CI***
  • Loading branch information
josesimoes committed Jan 4, 2021
1 parent 418c951 commit 3c5011d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-templates/pack-publish-managed-helpers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ steps:
command: push
nuGetFeedType: external
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
publishFeedCredentials: 'NuGet'
publishFeedCredentials: 'NuGet-$(System.TeamProject)'
condition: and( succeeded(), eq(variables['BUILD_NUGET_PACKAGE'], true), ne(variables['Build.Reason'], 'PullRequest') )
displayName: Push managed helpers NuGet packages to NuGet
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ steps:
command: push
nuGetFeedType: external
packagesToPush: '$(Build.ArtifactStagingDirectory)/*.nupkg'
publishFeedCredentials: 'NuGet'
publishFeedCredentials: 'NuGet-$(System.TeamProject)'
condition: and( succeeded(), eq(variables['BUILD_NUGET_PACKAGE'], true), ne(variables['Build.Reason'], 'PullRequest') )
displayName: Push managed helpers NuGet packages to NuGet

0 comments on commit 3c5011d

Please sign in to comment.